一个基于Es6 class 写法的element-ui种子项目
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
项目使用vue-cli构建,但cli生成的项目不支持webpack4,因此在项目中使用mini-css-extract-plugin替换掉了extract-text-webpack-plugin
项目中引入了vue-property-decorator,可用使用一系列的Decorator来构建Component
组件信息请参见element
For a detailed explanation on how things work, check out the guide and docs for vue-loader.