Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 1.46 KB

README.md

File metadata and controls

49 lines (34 loc) · 1.46 KB

和风天气web应用

启动

git clone git@github.com:Chanran/heweather.git
cd heweather
npm install --registry=https://registry.npm.taobao.org
npm run dev

技术栈

vue2.x + vue-router2.x + axios + vuex2.x + vux2.x

开发环境依赖

使用和风天气接口

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 detailed explanation on how things work, checkout the guide and docs for vue-loader.