boo-boom / 7PlusEducationSystem

柒加教育官网(Vue后台管理系统)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

seven-plus-eduction-system(柒加后台管理系统)

3.项目技术--vue

3.1.vue3.0文档

https://v3.vuejs.org/

3.2.composition-api文档

https://composition-api.vuejs.org/api.html

3.3.Vuex文档

https://vuex.vuejs.org/

3.4.Vue Router文档

https://next.router.vuejs.org/

4.echarts数据可视化工具

https://echarts.apache.org/zh/index.html

5.Ant Design Vue文档

https://2x.antdv.com/docs/vue/introduce-cn/

6.命名规范

https://www.yuque.com/moxikr/vuets/grn60s

7.项目规范

参考项目规范.md文件

注意

项目出现任何问题在gitgub提lssues  (lssues使用方法参考项目规范.md文件)

写项目之前请务必提前阅读《项目规范.md》文件,参考规范编写代码

项目初始化

npm install

在开发环境编译和热更新

npm run serve

在生产环境编译和压缩

npm run build

检查文件代码规范和修复

npm run lint

自定义配置

See Configuration Reference.

About

柒加教育官网(Vue后台管理系统)

License:Apache License 2.0


Languages

Language:Vue 50.3%Language:JavaScript 49.4%Language:HTML 0.1%Language:SCSS 0.1%