https://github.com/swilder-m/docs-frontend
https://github.com/swilder-m/docs-frontend
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/swilder-m/docs-frontend
- Owner: Swilder-M
- Created: 2021-09-27T09:20:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-15T09:11:54.000Z (over 3 years ago)
- Last Synced: 2025-04-03T16:46:16.722Z (2 months ago)
- Size: 3.07 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docs-frontend
## Develop
```sh
# install dependencies
$ yarn install# serve with hot reload at http://localhost:8080/
$ yarn dev# build for production
$ yarn build# build for test & serve generated files of your VuePress site locally.
$ yarn start# generate pdf
$ yarn pdf
```