-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
18 changed files
with
48 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
 | ||
|
||
# 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). | ||
## 图片参考 | ||
 | ||
 | ||
 | ||
 | ||
 | ||
 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.