https://github.com/64robots/html-validator-repro
https://github.com/64robots/html-validator-repro
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/64robots/html-validator-repro
- Owner: 64robots
- Created: 2021-02-02T12:01:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-02T12:02:18.000Z (over 5 years ago)
- Last Synced: 2025-10-20T04:53:04.350Z (8 months ago)
- Language: Vue
- Size: 145 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# html-validator-repro
## Build Setup
```bash
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn dev
# build for production and launch server
$ yarn build
$ yarn start
# generate static project
$ yarn generate
```
For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).