Skip to content

Commit

Permalink
update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zhoou committed Sep 4, 2017
1 parent 37b94ff commit 9ca4764
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 21 deletions.
12 changes: 9 additions & 3 deletions README.md
Expand Up @@ -3,7 +3,8 @@
> A Vue.js2.0 project with Bootstrap which integrated the vue official online examples to components and some components build by myself to anyone who interested in .
<div align="center">
<img src="https://github.com/zhoou/DataSource/blob/master/images/vue-cli-multipage-bootstrap.gif?raw=true" alt="vue-cli-multipage-bootstrap"/>
<img src="https://github.com/zhoou/DataSource/blob/master/images/newvue2.png" alt="vue-cli-multipage-bootstrap-new">
<img src="https://github.com/zhoou/DataSource/blob/master/images/vue-cli-multipage-bootstrap.gif?raw=true" alt="vue-cli-multipage-bootstrap"/>
</div>

## Components
Expand Down Expand Up @@ -163,6 +164,11 @@ for (var pathname in pages) {
webpackConfig.plugins.push(new HtmlWebpackPlugin(conf));
}
</code></pre>



## markdown配置

详见:build\webpack.markdown.js
主要使用的插件:[markdown-it](https://github.com/markdown-it/markdown-it)


Welcome guidance !!
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "vue-cli-multipage-bootstrap",
"version": "2.1.0",
"description": "A Vue.js2.0 project with Bootstrap",
"description": "A Vue.js2.x project with Bootstrap",
"author": "zhoou <1773963119@qq.com>",
"private": true,
"scripts": {
Expand Down
16 changes: 0 additions & 16 deletions src/modules/OfficialDemo/pages/start_demo_01.md

This file was deleted.

2 changes: 1 addition & 1 deletion src/modules/OfficialDemo/store/index.js
Expand Up @@ -20,7 +20,7 @@ Vue.use(VueResource)
const store = new Vuex.Store({
// plugins: [logger],
state: {
title: 'Vue2.0 从入门到精通效果展示',
title: 'Vue2.x 从入门到精通效果展示',
urlItems: [
{ linkTo: '/home', name: 'Home' },
{ linkTo: '/startdemo', name: '入门篇: start' },
Expand Down

0 comments on commit 9ca4764

Please sign in to comment.