vue-admin

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.

vue-admin 目录结构

├── public                        
│   ├── favicon.ico               
│   └── index.html        
└── src                           
    ├── api                存储接口模块
    ├── assets                    
    ├── components
    ├── router
    ├── store
    ├── styles             样式
    ├── utils              存储工具模块
    ├── views
    ├── App.vue  
    ├── main.js   
    ├──.gitignore          
    ├── babel.config.js                
    ├── package.json     
    ├── README.md
    └── yarn.lock