https://github.com/ulivz/intro-to-vuepress-1.x
Several VuePress 1.x examples
https://github.com/ulivz/intro-to-vuepress-1.x
Last synced: 6 months ago
JSON representation
Several VuePress 1.x examples
- Host: GitHub
- URL: https://github.com/ulivz/intro-to-vuepress-1.x
- Owner: ulivz
- Created: 2019-06-01T14:30:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-30T16:21:56.000Z (about 6 years ago)
- Last Synced: 2025-03-28T18:51:53.624Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 21.5 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Intro to VuePress 1.x
This project contains several VuePress examples, which is for 3th VueConf CN in Shanghai.
## Quick Start
```bash
git clone https://github.com/ulivz/intro-to-vuepress-1.x.git
cd intro-to-vuepress-1.x
yarn && yarn start
```And you will get 6 examples:
```
? Select a example (Use arrow keys)
❯ 1-write-a-vuepress-plugin
2-using-permalinks
3-using-markdown-slot
4-vue-sfc-as-source-pages
5-theme-inheritance
6-blogging
```## LICENSE
[](https://creativecommons.org/publicdomain/zero/1.0/)
To the extent possible under law, [ULIVZ](https://github.com/ulivz) has waived all copyright and related or neighboring rights to this work.