Skip to content

Latest commit

 

History

History
54 lines (39 loc) · 1.04 KB

README.md

File metadata and controls

54 lines (39 loc) · 1.04 KB

VUE Template 一个基于vueCli3.0搭建的项目

项目目录结构

public 静态文件

src
      api 封装好的请求
      assets
      components
      views
      App
      main
      router
      store

eslintrc       ESLint配置

package

env.development       开发环境配置

env.production       生产环境配置

vue.config       自定义项目配置

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.