Skip to content

Files

Latest commit

Oct 8, 2017
8725e5b · Oct 8, 2017

History

History
28 lines (21 loc) · 979 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 979 Bytes

my-tool

基于vue.js的前端开发,没有后台,只需要用localstorage进行本地的数据存储。 主要实现了几个模块,分别是换肤功能,头像更换,todolist,还有记账功能,同时还有备忘录,当然,如果你是一个选择困难症,还可以让它帮你选择今天吃什么。 一个十足的date-helper.

A Vue.js project

演示

看看我的演示吧

项目在线demo(移动端)

http://kimy.coding.me/vue-assistant/#/

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.