An open API service indexing awesome lists of open source software.

https://github.com/appscode/nuxt-go


https://github.com/appscode/nuxt-go

Last synced: 3 months ago
JSON representation

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)
```