tree: 9f64b51523b35324221accff4c267a9092540318 [path history] [tgz]
  1. build/
  2. config/
  3. mock/
  4. src/
  5. static/
  6. test/
  7. .babelrc
  8. .editorconfig
  9. .eslintignore
  10. .eslintrc.js
  11. .gitignore
  12. index.html
  13. jsconfig.json
  14. package.json
  15. README.md
kystudio/README.md

kystudio

Next generation of Kylin by Vue

Build Setup

# 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

Notice

开发的时候编辑器请安装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.