Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drbragg/playing-with-vuepress
https://github.com/drbragg/playing-with-vuepress
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/drbragg/playing-with-vuepress
- Owner: DRBragg
- Created: 2018-08-15T19:36:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-04T16:56:54.000Z (over 6 years ago)
- Last Synced: 2024-11-09T01:45:46.074Z (3 months ago)
- Language: JavaScript
- Size: 4.35 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pogo
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn run serve
```### Compiles and minifies for production
```
yarn run build
```### Lints and fixes files
```
yarn run lint
```### Run your end-to-end tests
```
yarn run test:e2e
```