|
2 年 前 | |
---|---|---|
card | 2 年 前 | |
public | 2 年 前 | |
src | 2 年 前 | |
.browserslistrc | 5 年 前 | |
.env | 3 年 前 | |
.env.production | 5 年 前 | |
.eslintignore | 5 年 前 | |
.eslintrc.js | 3 年 前 | |
.gitignore | 2 年 前 | |
.prettierrc | 5 年 前 | |
CHANGE.md | 5 年 前 | |
README.md | 2 年 前 | |
babel.config.js | 5 年 前 | |
package.json | 2 年 前 | |
pnpm-lock.yaml | 2 年 前 | |
postcss.config.js | 5 年 前 | |
vue.config.js | 2 年 前 | |
yarn.lock | 3 年 前 |
知学知考前端系统
yarn install
yarn run serve
yarn run build
yarn run lint
查看 配置文档.
vue 技术:
插件安装在 vscode 界面左上角最下面那图标中
- public # 打包静态文件目录
- src # 项目主文件夹
- assets # 静态资源存放地址
- compontents # 通用组件
- constants # 静态数据存放地址
- enumerate.js # 配置静态数据
- navs.js # 全局左侧导航栏信息
- modules # 模块目录
- plugins # 插件文档
- axios.js # 全局axios封装
- formRules.js # 表单验证规则
- globalVuePlugins.js # 全局vue插件注册文件
- mixins.js # mixins配置
- utils.js # 工具箱
- router # router配置
- store # store配置
- views # 路由组件
- App.vue # 主组件入口
- config.js # 全局配置文件
- main.js # 主程序入口
- .eslintrc.js # eslint配置文件
- .prettierrc # prettier配置文件
- dev-proxy.copy.js # 开发代理配置副本
- vue.config.js # 项目开发环境配置文件