Skip to content

Files

Latest commit

8f7807f · Feb 19, 2025

History

History

kystudio

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Apr 8, 2024
Aug 1, 2022
Aug 1, 2022
Feb 19, 2025
Aug 1, 2022
Aug 1, 2022
Aug 1, 2022
Aug 1, 2022
Aug 1, 2022
Aug 1, 2022
Aug 1, 2022
Aug 1, 2022
Aug 1, 2022
Aug 1, 2022
Aug 2, 2024

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.