Create a notes management application using :
Vue.js
Create a front-end application using Vue.js to discover this technology. The application will allow you to manage post-it notes.
• Data attribute of a component.
• Methods attribute of a component.
• Computed attribute of a component.
• Created attribute of a component.
• Link between data and views.
• Component life cycle.
• Props.
• Issue and retrieve events.
• Handling user input.
• Use of LocalStorage.
• use of a linting tool.
• use of ES6 Fetch to make API requests.
• Scaffolding with Vue CLI.
• Using the Vue Router.
• Responsiveness.
• Delicious design.
You will need Node.js version 6.0 or greater installed on your system.
Get the code by either cloning this repository using git
> git clone https://github.com/EpitechIT2020/C-DEV-121-FR-1-1-postit-manon.violeau.git
Once downloaded, open the terminal in the project directory, and continue with:
npm install
npm run serve
npm run build
npm run test:unit
npm run lint