0.0.5 • Published 3 years ago

front-admin-vue3 v0.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

admin-front

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.

admin-front
├─ .browserslistrc
├─ .editorconfig
├─ .eslintrc.js
├─ .gitignore
├─ babel.config.js
├─ package-lock.json
├─ package.json
├─ public
│  ├─ favicon.ico
│  └─ index.html
├─ README.md
├─ src
│  ├─ App.vue
│  ├─ assets
│  │  └─ logo.png
│  ├─ components
│  │  ├─ dynamicMenu
│  │  │  └─ index.vue
│  │  └─ menu
│  │     └─ Index.vue
│  ├─ config
│  │  └─ mockData.json
│  ├─ main.js
│  ├─ router
│  │  └─ index.js
│  ├─ store
│  │  └─ index.js
│  └─ views
│     ├─ login.vue
│     └─ mall
│        ├─ Home.vue
│        ├─ layout
│        │  ├─ index.scss
│        │  └─ index.vue
│        ├─ mainContent
│        │  └─ index.vue
│        ├─ oms
│        │  ├─ index.vue
│        │  └─ order
│        │     └─ index.vue
│        ├─ pms
│        │  ├─ addProduct
│        │  │  └─ index.vue
│        │  ├─ index.vue
│        │  └─ product
│        │     └─ index.vue
│        ├─ sms
│        └─ ums
├─ vue.config.js
└─ yarn.lock