https://github.com/shubhambansal1997/test-project
Sample Nuxt Project for Tutorial
https://github.com/shubhambansal1997/test-project
Last synced: 3 months ago
JSON representation
Sample Nuxt Project for Tutorial
- Host: GitHub
- URL: https://github.com/shubhambansal1997/test-project
- Owner: ShubhamBansal1997
- Created: 2019-06-18T05:40:25.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-06-21T23:05:54.000Z (almost 2 years ago)
- Last Synced: 2025-01-04T20:46:22.272Z (5 months ago)
- Language: Vue
- Size: 348 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# test-project
> My awesome Nuxt.js project
## Build Setup
``` bash
# install dependencies
$ npm install# serve with hot reload at localhost:3000
$ npm run dev# build for production and launch server
$ npm run build
$ npm start# generate static project
$ npm run generate
```For detailed explanation on how things work, checkout [Nuxt.js docs](https://nuxtjs.org).