气候应用
一个描述城市天气并实时显示天气的Vue.js项目
使用的依赖
屏幕截图
构建设置
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
有关工作原理的详细说明,请参阅。
天气应用
Vue预设说明
npm install //Project setup
npm run serve //Compiles and hot-reloads for development
npm run build //Compiles and minifies for production
npm run lint //Lints and fixes files
自定义配置
请参阅。
天气Vue
使用Vue.js,Google Maps Geocoding和Dark Sky的天气应用。
入门
# clone repo and API submodule
git clone https://github.com/krestaino/weather-vue.git --recursive
# to fetch submodule if already cloned without the `--recursive` flag
git submodule update --ini
Nativescr ipt-Vue应用程序
使用Nativescr ipt-Vue构建的本机应用程序
用法
# Install dependencies
npm install
# Build for production
tns build --bundle
# Build, watch for changes and debug the application
tns debug --bundle
# Build, watch for changes and run the applic