Skip to content

wyqsky/vue-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vue-test

A Vue.js project

Build Setup

# install dependencies
npm install

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

# build for production with minification
npm run build

For detailed explanation on how things work, consult the docs for vue-loader.

这是一个补完babel支持es6的拓展包,配置步骤为3个 1.打开命令行键入 npm install --save-dev babel-polyfill 安装polyfill 2.在webpack.config.js中最上面写上var babelpolyfill = require("babel-polyfill"); 3.在自己的项目js文件中最开头写上import "babel-polyfill";

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published