拟物组件设计VueJS实现(material-components-web-vue) 启动项目安装依赖(Project setup) npm install 开发环境的编译及热启动(Compiles and hot-reloads for development) npm run serve 生成生产环境文件(Compiles and minifies for production) npm run build 生成库文件(Compiles and minifies for library) npm run lib 格式化及检查文件(Lints and fixes files) npm run lint 更多配置说明(Customize configuration) See Configuration Reference.