https://github.com/nattatorn-dev/react-vue-es8
react-vue-ES8
https://github.com/nattatorn-dev/react-vue-es8
Last synced: about 2 months ago
JSON representation
react-vue-ES8
- Host: GitHub
- URL: https://github.com/nattatorn-dev/react-vue-es8
- Owner: nattatorn-dev
- Created: 2017-08-05T14:56:02.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-05T14:57:19.000Z (almost 8 years ago)
- Last Synced: 2025-03-29T05:38:07.671Z (about 2 months ago)
- Language: JavaScript
- Size: 144 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Filter-React-Vue-ES8
Little data filtering workshop with a friends, easy to use, even in stand-alone without any framework !
In the differents folder we have an example to do it with React or Vue, feel free to compare and pick the best one haha
I like Vue for the simplicity but with React we have more control (just my though).### Installing
Just clone this repo:```
git clone [email protected]:CMarzin/Filter-React-Vue-ES8.git
```Go to the specific folder
```
# React
cd React-filter# Vue
cd Vue-filter
```
Install everything with `npm` and start the project:```
# npm
npm i
npm start
```Special Thanks to https://github.com/CharlesMangwa for the react part !
You rock !