An open API service indexing awesome lists of open source software.

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.

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
![demo preview](./docs/demo.gif)

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