Vue.js Web App Built with Nedb

vue-nedb

CRUD client for NeDB built with Vue.js

Getting Started

Prerequisites

For this project you need Node installed on your machine with Npm or Yarn

Installing

You can clone this repository using Git:

git clone https://github.com/dj0nny/vue-nedb

Or download the repository here


Open a terminal and type, inside the directory:

npm install 
# OR
yarn install

for installing all the dependencies. At the end type, in the same folder:

npm run serve
# OR
yarn serve

for running the Vue.js development server. It will be up and running at this address: http://localhost:8080.

Deployment

You can also create a build version of this repository running the command:

npm run build
# OR
yarn build 

Next Version

  • [x] Initial setup
  • [x] Install NeDB
  • [x] Vuex setup
  • [x] Add pages and routes
  • [x] Add components
  • [x] Styling
  • [x] Add new record form
  • [x] Display records
  • [x] Edit record

Built with ❤️ using:

  • Vue.js - A Javascript framework
  • NeDB -The JavaScript Database
  • Vuex - Centralized State Management for Vue.js

Contributing

Pull Requests for adding features ⇄ and ★ are welcome 😎

Download Details:

Author: dj0nny

Source Code: https://github.com/dj0nny/vue-nedb

#vue #vuejs #javascript

Vue.js Web App Built with Nedb
10.10 GEEK