UNPKG

424 BMarkdownView Raw
1# <%= name %>
2
3> <%= description %>
4
5## Build Setup
6
7``` bash
8# Install dependencies
9$ <%= _.pm %> install
10
11# Serve with hot reload at localhost:3000
12$ <%= _.pm %> run dev
13
14# Build for production and launch server
15$ <%= _.pm %> run build
16$ <%= _.pm %> start
17
18# Generate static project
19$ <%= _.pm %> run generate
20```
21
22For detailed explanation on how things work, checkout the [Nuxt.js docs](https://github.com/nuxt/nuxt.js).