/vueDemo

使用vue-cli搭建的简单项目

Primary LanguageJavaScript

vuedemo

A Vue.js project

网页demo预览跳转: https://all-of-me.github.io/vueDemo/dist/index.html
计算器样式跳转: https://all-of-me.github.io/vueDemo/计算器.html

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.