https://github.com/sahilpabale/grc_landing_page
https://github.com/sahilpabale/grc_landing_page
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sahilpabale/grc_landing_page
- Owner: sahilpabale
- Created: 2021-04-17T06:43:15.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-17T08:07:17.000Z (over 4 years ago)
- Last Synced: 2025-04-13T18:17:52.447Z (6 months ago)
- Language: Vue
- Size: 391 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# landing-page
## 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).