Skip to content

Latest commit

 

History

History
58 lines (39 loc) · 1.4 KB

README.md

File metadata and controls

58 lines (39 loc) · 1.4 KB

Boilerplate Project Nuxt.js

This project uses lot of stuff as:

Build Setup

# install dependencies
$ yarn install

# build for production and launch server
$ yarn build
$ yarn start

# generate static project
$ yarn generate

Getting Started

Main commands for development:

# serve with hot reload at localhost:3000
$ yarn dev

# runs jest to test all components and pages
$ yarn test

# runs storybook on `localhost:3003`
$ yarn storybook

# create new components in project 
$ yarn component

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.js. The page auto-updates as you edit the file.

Contribute

Make your contribution. If you're interested, send a pull request of your code and we'll help you have access to a simple system and help small developers manage their containers more easily.


Check out Nuxt.js documentation for more details.