Skip to content
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.

Latest commit

 

History

History
24 lines (16 loc) · 572 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 572 Bytes

Netlify Status

nuxt-onsenui-example

Nuxt.js + Onsen UI Application Example

Build Setup

# install dependencies
$ yarn install

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

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

# generate static project
$ yarn run generate

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