CRUD client for NeDB built with Vue.js
For this project you need Node installed on your machine with Npm or Yarn
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.
You can also create a build version of this repository running the command:
npm run build
# OR
yarn build
- Initial setup
- Install NeDB
- Vuex setup
- Add pages and routes
- Add components
- Styling
- Add new record form
- Display records
- Edit record
- Vue.js - A Javascript framework
- NeDB -The JavaScript Database
- Vuex - Centralized State Management for Vue.js
Pull Requests for adding features ⇄ and ★ are welcome 😎