LoginSignup
0
0

More than 3 years have passed since last update.

vue.js コマンドメモ

Last updated at Posted at 2020-07-07
vue init webpack my-project
npm install -g @vue/cli-init
vue init webpack my-project
npm ls | grep ele
npm i element-ui -S 
npm install @nuxtjs/axios
npm install @nuxtjs/dotenv
npm run dev

npm install --save-dev eslint eslint-plugin-vue
npm install stylus-loader stylus --save-dev
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0