https://github.com/thaddeusjiang/simplest-nuxt-curd
Nuxt sample code for backend member. Without TypeScript, Sass, and others FE technologies.
https://github.com/thaddeusjiang/simplest-nuxt-curd
curd nuxtjs
Last synced: 9 months ago
JSON representation
Nuxt sample code for backend member. Without TypeScript, Sass, and others FE technologies.
- Host: GitHub
- URL: https://github.com/thaddeusjiang/simplest-nuxt-curd
- Owner: ThaddeusJiang
- Created: 2020-06-16T06:14:04.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-16T06:47:08.000Z (about 6 years ago)
- Last Synced: 2025-09-01T07:43:37.217Z (10 months ago)
- Topics: curd, nuxtjs
- Language: Vue
- Homepage:
- Size: 431 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# simplest-nuxt-curd
## Build Setup
```bash
# install dependencies
$ yarn install
# start the mock api, skip it if you have real API.
$ yarn mock:api
# serve with hot reload at localhost:3000
$ yarn dev
# build for production and launch server
$ yarn build
$ yarn start
# generate static project
$ yarn generate
```
## Demo Preview

For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).