Skip to content

TomMao-CN/vueDemo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vue-backend

A Vue.js project

frame

vue webpack element vue-router

Create Setup

# install global vue-cli
npm install vue-cli -g

# init project
vue init webpack vue-backend

# install dependencies
cd vue-backend
npm install element-ui --save
npm install node-sass --save-dev

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

For a detailed explanation on how things work, check out the guide and docs for vue-loader.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 55.6%
  • Vue 39.9%
  • CSS 4.1%
  • HTML 0.4%