p119 create projact
create project フォルダ下 vue init webpack mallmaneger53
build standlone (most users) ESLint y pick an ESLint... standerd (行末に記号記載関連) set up unit tests n setup e2e tests... n use npm
A Vue.js project
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
For a detailed explanation on how things work, check out the guide and docs for vue-loader.
main.js add
import ElementUI from 'element-ui'
import 'element-ui/lib/theme-chalk/index.css'
Vue.use(ElementUI)