FuckDoctors / hello-vue-2.0

学习Vue2.0 - 敲一遍官方Guide代码。

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hello-vue-2.0

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

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

# run unit tests
npm run unit

# run e2e tests
npm run e2e

# run all tests
npm test

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

补充说明

在vue-cli生成的工程基础上,准备手动敲一遍官方guide上的代码,以学习Vue。

纸上得来终觉浅,绝知此事要躬行。

About

学习Vue2.0 - 敲一遍官方Guide代码。


Languages

Language:Vue 68.4%Language:JavaScript 31.4%Language:HTML 0.2%