https://github.com/santrikoding-com/nuxt-js-crud
CRUD with Nuxt JS dan RESTful API Laravel
https://github.com/santrikoding-com/nuxt-js-crud
Last synced: 2 months ago
JSON representation
CRUD with Nuxt JS dan RESTful API Laravel
- Host: GitHub
- URL: https://github.com/santrikoding-com/nuxt-js-crud
- Owner: SantriKoding-com
- Created: 2021-04-04T02:31:13.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-04T02:31:39.000Z (about 4 years ago)
- Last Synced: 2025-01-07T21:12:15.168Z (4 months ago)
- Language: Vue
- Size: 233 KB
- Stars: 10
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nuxt-crud
## Build Setup
```bash
# install dependencies
$ npm install# serve with hot reload at localhost:3000
$ npm run dev# build for production and launch server
$ npm run build
$ npm run start# generate static project
$ npm run generate
```For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).