Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 923 Bytes

README.md

File metadata and controls

34 lines (26 loc) · 923 Bytes

Overview

Netlify Status

alt text

Install Npm Packages

NPM : You must have to npm install packages. You can do this by running npm install from the root of your project to install all the necessary dependencies :

$ npm install

Development server

Run npm run dev for a dev server. Navigate to [http://localhost:3000] . The app will automatically reload if you change any of the source files.

$ npm run dev 

generate static project

$ npm run generate

build for production and launch server

$ npm run build
$ npm run start

For detailed explanation on how things work, check out Nuxt.js docs.