Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stackbit/stackbit-theme-azimuth-vuepress


https://github.com/stackbit/stackbit-theme-azimuth-vuepress

Last synced: 10 days 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
```