https://github.com/appscode/nuxt-go
https://github.com/appscode/nuxt-go
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/appscode/nuxt-go
- Owner: appscode
- Created: 2020-04-01T10:04:38.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-07T00:08:39.000Z (over 3 years ago)
- Last Synced: 2025-03-02T09:20:54.145Z (over 1 year ago)
- Language: Vue
- Size: 3.01 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nuxt-go
> My priceless 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 run start
# generate static project
$ npm run generate
```
For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).
## Generate Steps
```console
$ npx create-nuxt-app nuxt-go
create-nuxt-app v2.15.0
✨ Generating Nuxt.js project in nuxt-go
? Project name nuxt-go
? Project description My priceless Nuxt.js project
? Author name Tamal Saha
? Choose programming language JavaScript
? Choose the package manager Npm
? Choose UI framework Bulma
? Choose custom server framework None (Recommended)
? Choose Nuxt.js modules Axios
? Choose linting tools Prettier
? Choose test framework None
? Choose rendering mode Single Page App
? Choose development tools jsconfig.json (Recommended for VS Code)
```