Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stackbit/stackbit-theme-azimuth-vuepress
https://github.com/stackbit/stackbit-theme-azimuth-vuepress
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/stackbit/stackbit-theme-azimuth-vuepress
- Owner: stackbit
- Created: 2019-09-20T08:28:21.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-09T22:13:11.000Z (almost 2 years ago)
- Last Synced: 2023-03-05T18:16:10.989Z (over 1 year ago)
- Language: CSS
- Size: 5.43 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# stackbit-theme-azimuth-vuepress
### Vue-press CLI
```
yarn global add vuepress
```or
```
npm install -g vuepress
```### Develop
```
yarn
yarn dev
```or
```
npm install
npm run dev
```
### build```
yarn build
```or
```
npm run build
```