Skip to content

Commit 9ca4764

Browse files
committed
update readme.md
1 parent 37b94ff commit 9ca4764

File tree

4 files changed

+11
-21
lines changed

4 files changed

+11
-21
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
> 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 .
44
55
<div align="center">
6-
<img src="https://github.com/zhoou/DataSource/blob/master/images/vue-cli-multipage-bootstrap.gif?raw=true" alt="vue-cli-multipage-bootstrap"/>
6+
<img src="https://github.com/zhoou/DataSource/blob/master/images/newvue2.png" alt="vue-cli-multipage-bootstrap-new">
7+
<img src="https://github.com/zhoou/DataSource/blob/master/images/vue-cli-multipage-bootstrap.gif?raw=true" alt="vue-cli-multipage-bootstrap"/>
78
</div>
89

910
## Components
@@ -163,6 +164,11 @@ for (var pathname in pages) {
163164
webpackConfig.plugins.push(new HtmlWebpackPlugin(conf));
164165
}
165166
</code></pre>
166-
167-
167+
168+
## markdown配置
169+
170+
详见:build\webpack.markdown.js
171+
主要使用的插件:[markdown-it](https://github.com/markdown-it/markdown-it)
172+
173+
168174
Welcome guidance !!

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue-cli-multipage-bootstrap",
33
"version": "2.1.0",
4-
"description": "A Vue.js2.0 project with Bootstrap",
4+
"description": "A Vue.js2.x project with Bootstrap",
55
"author": "zhoou <1773963119@qq.com>",
66
"private": true,
77
"scripts": {

src/modules/OfficialDemo/pages/start_demo_01.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

src/modules/OfficialDemo/store/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Vue.use(VueResource)
2020
const store = new Vuex.Store({
2121
// plugins: [logger],
2222
state: {
23-
title: 'Vue2.0 从入门到精通效果展示',
23+
title: 'Vue2.x 从入门到精通效果展示',
2424
urlItems: [
2525
{ linkTo: '/home', name: 'Home' },
2626
{ linkTo: '/startdemo', name: '入门篇: start' },

0 commit comments

Comments
 (0)