From b67168bbc8f3c09bf393a91604ccb11edf74503e Mon Sep 17 00:00:00 2001 From: Ken Berkeley Date: Wed, 28 Dec 2016 23:53:49 +0800 Subject: [PATCH] update README --- README.md | 249 +------ build/webpack.prod.conf.js | 7 + dist/__build_info__ | 119 +-- .../gitbook/fonts/fontawesome/FontAwesome.otf | Bin 0 -> 124988 bytes .../fonts/fontawesome/fontawesome-webfont.eot | Bin 0 -> 76518 bytes .../fonts/fontawesome/fontawesome-webfont.svg | 685 ++++++++++++++++++ .../fonts/fontawesome/fontawesome-webfont.ttf | Bin 0 -> 152796 bytes .../fontawesome/fontawesome-webfont.woff | Bin 0 -> 90412 bytes .../fontawesome/fontawesome-webfont.woff2 | Bin 0 -> 71896 bytes .../fontsettings.js | 240 ++++++ .../gitbook-plugin-fontsettings/website.css | 291 ++++++++ .../gitbook-plugin-highlight/ebook.css | 135 ++++ .../gitbook-plugin-highlight/website.css | 434 +++++++++++ .../gitbook/gitbook-plugin-lunr/lunr.min.js | 7 + .../gitbook-plugin-lunr/search-lunr.js | 59 ++ .../gitbook/gitbook-plugin-search/lunr.min.js | 7 + .../gitbook-plugin-search/search-engine.js | 50 ++ .../gitbook/gitbook-plugin-search/search.css | 35 + .../gitbook/gitbook-plugin-search/search.js | 213 ++++++ .../gitbook/gitbook-plugin-sharing/buttons.js | 90 +++ dist/docs/gitbook/gitbook.js | 4 + .../apple-touch-icon-precomposed-152.png | Bin 0 -> 4817 bytes dist/docs/gitbook/images/favicon.ico | Bin 0 -> 4286 bytes dist/docs/gitbook/style.css | 9 + dist/docs/gitbook/theme.js | 4 + dist/docs/index.html | 66 ++ dist/docs/search_index.json | 1 + dist/docs/zh-cn/Features.html | 425 +++++++++++ dist/docs/zh-cn/Getting-started.html | 435 +++++++++++ dist/docs/zh-cn/Structure.html | 472 ++++++++++++ .../zh-cn/development/Ajax-interface.html | 429 +++++++++++ .../docs/zh-cn/development/Best-practice.html | 548 ++++++++++++++ .../zh-cn/development/CORS-and-Proxy.html | 426 +++++++++++ .../docs/zh-cn/development/Configuration.html | 451 ++++++++++++ .../docs/zh-cn/development/Service-layer.html | 428 +++++++++++ .../zh-cn/development/State-management.html | 429 +++++++++++ .../zh-cn/development/URL-is-soul-of-SPA.html | 432 +++++++++++ dist/docs/zh-cn/development/index.html | 408 +++++++++++ dist/docs/zh-cn/index.html | 417 +++++++++++ dist/docs/zh-cn/search_index.json | 1 + dist/index.html | 4 +- dist/static/app.043e9a.js | 5 - dist/static/app.d7ebf2.js | 5 + ...ainifest.add60f.js => mainifest.593e7f.js} | 2 +- screenshot.png | Bin 0 -> 56010 bytes src/components/Navbar.vue | 12 +- 46 files changed, 7737 insertions(+), 297 deletions(-) create mode 100644 dist/docs/gitbook/fonts/fontawesome/FontAwesome.otf create mode 100644 dist/docs/gitbook/fonts/fontawesome/fontawesome-webfont.eot create mode 100644 dist/docs/gitbook/fonts/fontawesome/fontawesome-webfont.svg create mode 100644 dist/docs/gitbook/fonts/fontawesome/fontawesome-webfont.ttf create mode 100644 dist/docs/gitbook/fonts/fontawesome/fontawesome-webfont.woff create mode 100644 dist/docs/gitbook/fonts/fontawesome/fontawesome-webfont.woff2 create mode 100644 dist/docs/gitbook/gitbook-plugin-fontsettings/fontsettings.js create mode 100644 dist/docs/gitbook/gitbook-plugin-fontsettings/website.css create mode 100644 dist/docs/gitbook/gitbook-plugin-highlight/ebook.css create mode 100644 dist/docs/gitbook/gitbook-plugin-highlight/website.css create mode 100644 dist/docs/gitbook/gitbook-plugin-lunr/lunr.min.js create mode 100644 dist/docs/gitbook/gitbook-plugin-lunr/search-lunr.js create mode 100644 dist/docs/gitbook/gitbook-plugin-search/lunr.min.js create mode 100644 dist/docs/gitbook/gitbook-plugin-search/search-engine.js create mode 100644 dist/docs/gitbook/gitbook-plugin-search/search.css create mode 100644 dist/docs/gitbook/gitbook-plugin-search/search.js create mode 100644 dist/docs/gitbook/gitbook-plugin-sharing/buttons.js create mode 100644 dist/docs/gitbook/gitbook.js create mode 100644 dist/docs/gitbook/images/apple-touch-icon-precomposed-152.png create mode 100644 dist/docs/gitbook/images/favicon.ico create mode 100644 dist/docs/gitbook/style.css create mode 100644 dist/docs/gitbook/theme.js create mode 100644 dist/docs/index.html create mode 100644 dist/docs/search_index.json create mode 100644 dist/docs/zh-cn/Features.html create mode 100644 dist/docs/zh-cn/Getting-started.html create mode 100644 dist/docs/zh-cn/Structure.html create mode 100644 dist/docs/zh-cn/development/Ajax-interface.html create mode 100644 dist/docs/zh-cn/development/Best-practice.html create mode 100644 dist/docs/zh-cn/development/CORS-and-Proxy.html create mode 100644 dist/docs/zh-cn/development/Configuration.html create mode 100644 dist/docs/zh-cn/development/Service-layer.html create mode 100644 dist/docs/zh-cn/development/State-management.html create mode 100644 dist/docs/zh-cn/development/URL-is-soul-of-SPA.html create mode 100644 dist/docs/zh-cn/development/index.html create mode 100644 dist/docs/zh-cn/index.html create mode 100644 dist/docs/zh-cn/search_index.json delete mode 100644 dist/static/app.043e9a.js create mode 100644 dist/static/app.d7ebf2.js rename dist/static/{mainifest.add60f.js => mainifest.593e7f.js} (94%) create mode 100644 screenshot.png diff --git a/README.md b/README.md index 603626a..4086d82 100644 --- a/README.md +++ b/README.md @@ -1,250 +1,5 @@ # Vue 示例项目 · 简易留言板 -> ###写在前面 -> 这年头的 Demo,不是 Todo 就是 Counter,其余基本就是要多复杂有多复杂 -> 本 Demo 文档完善,注释丰满(咦?),架构精良,更重要的是简单有木有!!! -> 如果您把玩几下后发现还行,希望您可以点颗 star -> 如果您有任何意见或建议,请 issue,我会尽快解决与完善 ^.^ -> ###更新 -> 2016/8/6   新增表单验证分支,详情请切换到 `vue-validator` 分支查看:```git checkout vue-validator``` -> 2016/8/7   将服务挂载到顶级变量中实现即可实现可视化追踪 -> 2016/8/15   使用 `definePlugin` 引入 `__DEV__`、`__PROD__` 全局环境变量 -> 2016/8/18   引入 `copyWebpackPlugin` 将 `static/` 复制到 `dist/` -> 2016/8/28   引入 `cross-env` 解决跨平台问题,新增优化项 `DedupePlugin` -> 2016/9/10   将全局布局从 `src/index.html` 移到根组件 -> 2016/10/10   支持 CSS / LESS / SASS -> 2016/10/15   开发过程中 CSS 直接内联 `