Skip to content

andresdameson/nuxt-demo-vuex-crud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

NUXT demo for Vuex-CRUD

Basic NUXT demo for Vuex-CRUD

Installation

## to install frontend dependencies go to app folder an run
$ npm install # Or yarn install

## then install json-server to mock the API
$ npm install -g json-server # Or yarn instalI

Running the demo

## go to api folder an run
$ json-server db.json --port 3031
## (localhost:3031 must be free)

## then in a new console window run
$ npm run dev

## go to localhost:3000 to see the demo

Docs

About

Basic NUXT demo for vuex-crud

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published