Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mandaputtra/nuxt-crud-express
A simple example of nuxtjs crud express (WIP)
https://github.com/mandaputtra/nuxt-crud-express
Last synced: about 2 months ago
JSON representation
A simple example of nuxtjs crud express (WIP)
- Host: GitHub
- URL: https://github.com/mandaputtra/nuxt-crud-express
- Owner: mandaputtra
- Created: 2018-11-08T05:59:38.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-19T05:24:37.000Z (about 6 years ago)
- Last Synced: 2024-10-13T12:41:05.779Z (3 months ago)
- Language: JavaScript
- Size: 249 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nuxt-crud-express (WIP)
> Simple basic nuxtjs CRUD with express and mongo
**Using nuxt with express and running it the same times are consider the bad practice (when you got bunch of route it will get harder to mantain). I'm done with CR thinghs here and maybe you will get it to implement UD. So feel free to implement it.**
## Setup backend
Backend things are placed on the server folder, please config the database by your database
dont forget it. thanks still onprogrees on the UI and many. will add some auth. and use env variable in nuxt.## Build Setup
``` bash
# 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](https://nuxtjs.org).