Next generation of Kylin by Vue
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run devproxy
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
# run unit tests
npm run test
# run e2e tests
npm run e2e
# run all tests
npm test
开发的时候编辑器请安装ESLint,ESLint 是一个有效的代码质量控制工具,它可以根据预先制定的代码规范来避免低级代码错误的出现,以及保证代码样式风格的统一
开发的时候,请通过访问http://localhost:8080/#/demo 来了解项目中组件的正确用法和命名规范,如果在项目中添加了新的通用组件,请及时在demo中更新
##kystudio项目中使用到的组件学习文档
mock moc官网 i18n i18n官网 For detailed explanation on how things work, checkout the guide and docs for vue-loader.