create-nuxt-app
Version:
Create a Nuxt.js App in seconds.
23 lines (15 loc) • 397 B
Markdown
<%= name %>
<%= description %>
# Build Setup
``` bash
install dependencies
<%= pm %> install
serve with hot reload at localhost:3000
<%= pm %> run dev
build for production and launch server
<%= pm %> run build
<%= pm %> start
generate static project
<%= pm %> run generate
```
For detailed explanation on how things work, checkout [Nuxt.js docs](https://nuxtjs.org).