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: 2 months ago
JSON representation

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
```