slightlee / vue-admin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Vue 43.4%Language:JavaScript 43.2%Language:HTML 12.3%Language:Less 1.1%