Skip to content

SPA单页应用,前后端分离;移动设备兼容:使用flexible.js和rem处理兼容问题;路由懒加载:Vue Router 处理路由,结合 Vue 的 异步组件 和 Webpack 的 code splitting feature 实现路由懒加载;axios做ajax请求;使用了 Vuex 管理组件间的状态,实现非父子组件之间的通信;使用 Vue-draggable实现移动端拖拽排序;mint-UI完成下拉刷新上拉加载;localStroge实现数据的持久化存储;keeo-alive实现对网页的缓存

Notifications You must be signed in to change notification settings

TOBEJIKE/JkMustard-Vue

Repository files navigation

jwj

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

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

About

SPA单页应用,前后端分离;移动设备兼容:使用flexible.js和rem处理兼容问题;路由懒加载:Vue Router 处理路由,结合 Vue 的 异步组件 和 Webpack 的 code splitting feature 实现路由懒加载;axios做ajax请求;使用了 Vuex 管理组件间的状态,实现非父子组件之间的通信;使用 Vue-draggable实现移动端拖拽排序;mint-UI完成下拉刷新上拉加载;localStroge实现数据的持久化存储;keeo-alive实现对网页的缓存

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published