ljx 924efefe5e Signed-off-by: ljx <809268652@qq.com> | 6 mesi fa | |
---|---|---|
_screenshot | 4 anni fa | |
public | 6 mesi fa | |
src | 6 mesi fa | |
.editorconfig | 4 anni fa | |
.env.development | 6 mesi fa | |
.env.production | 6 mesi fa | |
.eslintignore | 4 anni fa | |
.eslintrc.js | 4 anni fa | |
.gitignore | 4 anni fa | |
README.md | 4 anni fa | |
babel.config.js | 4 anni fa | |
base-in-back-end.sql | 6 mesi fa | |
package.json | 4 anni fa | |
vue.config.js | 4 anni fa |
管理后台基础框架
_screenshot 截图指南
public 静态文件(不会编译打包)
src
-| api 接口类(根据服务端接口文档/Swagger-ui)
-| assets 静态文件(编译打包)
-| components 业务封装的组件
-| constants 静态常量
-| filters 过滤器(Vue Filter)
-| plugins 插件(第三方的依赖、给main.js文件解耦)
-| router 路由配置(Vue-Router)
-| utils 工具类(JS常用方法封装)
-| views 视图页面
-| App.vue
-| main.js
A Vue.js project
# Project setup
npm install
# Compiles and hot-reloads for development
npm run serve
# Compiles and minifies for production
npm run build
# Lints and fixes files
npm run lint