Skip to content

Cycleee/vueDemo

 
 

Repository files navigation

vue-backend

A Vue.js project

frame

vue webpack element vue-router

install vue cli

npm install -g @vue/cli
# OR
yarn global add @vue/cli

init project

# init project
vue create vue-backend

Project setup

cd vue-backend
npm install

Build Setup

# install dependencies
npm install

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

# 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.

Customize configuration

See Configuration Reference.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vue 53.4%
  • JavaScript 40.7%
  • CSS 5.0%
  • HTML 0.9%