Skip to content

naufalafif/vue-crud-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 Vue crud example with vuex & vue-router https://vue-crud-example.vercel.app/

Example of CRUD application using Vue js framework. this repo only contain Vue js only, no backend, no API. all data are stored in Vue state using Vuex

🗂️ Dependencies

Name Version Github Link
buefy 0.7.2 https://github.com/buefy/buefy
vue-router 3.0.2 https://github.com/vuejs/vue-router
vue-sweetalert2 1.6.4 https://github.com/avil13/vue-sweetalert2
vuex 3.1.0 https://github.com/vuejs/vuex
vue 2.5.21 https://github.com/vuejs/vue

⬇️ Installation

to install this app, u can use yarn & npm. i recommend using yarn. execute command below

Using yarn

$ yarn install

Using npm

$ npm install

How to run

Using yarn

$ yarn serve

Using npm

$ npm run serve