toadkicker / nuxt-crud-example

An example of creating restful interfaces quickly with Nuxt.js

Home Page:https://itnext.io/quickly-building-restful-uis-in-nuxtjs-782bce539440

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

crud-example

An example project for building RESTful interfaces with Nuxt.js. Built to support the article Quickly Building RESTful UI's in NuxtJS.

Build Setup

# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn run dev

# start a fake json server using https://github.com/typicode/json-server
$ npm install -g json-server
$ $ node fake-server.js

# build for production and launch server
$ yarn run build
$ yarn run start

# generate static project
$ yarn run generate

For detailed explanation on how things work, checkout the Nuxt.js docs.

About

An example of creating restful interfaces quickly with Nuxt.js

https://itnext.io/quickly-building-restful-uis-in-nuxtjs-782bce539440

License:MIT License


Languages

Language:Vue 62.7%Language:JavaScript 37.2%Language:SCSS 0.2%