Skip to content

Commit

Permalink
添加dist文件夹 && 修改ReadMe
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasery committed Aug 3, 2017
1 parent a476461 commit 4e163ee
Show file tree
Hide file tree
Showing 18 changed files with 48 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.DS_Store
node_modules/
dist/
# dist/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
Expand Down
38 changes: 24 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,31 @@
# my-todo-list
# 网页版印象笔记微清单

> imitate Evernote WeApp
## Build Setup
UI的设计来自印象笔记微清单微信小程序

## 安装
1. 先把仓库clone到本地
``` bash
git clone https://github.com/Jasery/Micro-TodoList.git ./MircoTodoList
```
2. 安装依赖
``` bash
cd MicroTodoList
# 自行安装好node
npm install
```
3. 运行本地调试
``` bash
# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev
```
> 会自动打开浏览器,注意要打开浏览器的调试工具将页面设置成手机模式,chrome为例参考下图
# build for production with minification
npm run build
![chrome developer tool0](./screenshot/pic7.png)

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

For detailed explanation on how things work, checkout the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).
## 图片参考
![参考图片1](./screenshot/pic1.png)
![参考图片2](./screenshot/pic2.png)
![参考图片3](./screenshot/pic3.png)
![参考图片4](./screenshot/pic4.png)
![参考图片5](./screenshot/pic5.png)
![参考图片6](./screenshot/pic6.png)
1 change: 1 addition & 0 deletions dist/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!DOCTYPE html><html><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><title>微清单</title><link href=/static/css/app.031b66eead43d345cd83bd2aaa798205.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=/static/js/manifest.07caaa41d3b88b7f57f4.js></script><script type=text/javascript src=/static/js/vendor.ce00f9b1c84c6998d703.js></script><script type=text/javascript src=/static/js/app.de23154f1b7120f97fef.js></script></body></html>
7 changes: 7 additions & 0 deletions dist/static/css/app.031b66eead43d345cd83bd2aaa798205.css

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions dist/static/js/app.de23154f1b7120f97fef.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/static/js/app.de23154f1b7120f97fef.js.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions dist/static/js/manifest.07caaa41d3b88b7f57f4.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4e163ee

Please sign in to comment.