Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 330 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 330 Bytes

nuxt-mongodb-crud

MongoDB CRUD operations with NuxtJS

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 run start

generate static project

$ yarn run generate