Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 369 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 369 Bytes

Nuxt.js + Express

Nuxt.js project using Spotify API.

Build Setup

# Dependencies
$ yarn install

# HMR Serve at at localhost:3000
$ npm run dev

# Production build
$ npm run build
$ npm start

# Generate static project
$ npm run generate

Docs