https://github.com/stackbit/stackbit-theme-azimuth-vuepress
https://github.com/stackbit/stackbit-theme-azimuth-vuepress
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stackbit/stackbit-theme-azimuth-vuepress
- Owner: stackbit
- Created: 2019-09-20T08:28:21.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-09T22:13:11.000Z (almost 3 years ago)
- Last Synced: 2025-07-12T22:35:34.020Z (4 months ago)
- Language: CSS
- Size: 5.43 MB
- Stars: 0
- Watchers: 1
- 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
```