Skip to content

Fabien-Scetbon/PostIt-VueJs3

Repository files navigation

Post-it

Create a notes management application using :

Vue.js

The Project

Create a front-end application using Vue.js to discover this technology. The application will allow you to manage post-it notes.

Goals

Creating Vue.js component

• 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.

Implementation of a model allowing interaction with data

• Props.
• Issue and retrieve events.
• Handling user input.
• Use of LocalStorage.

Store and retreive Post-it’s data online using an API, rather than the localStorage.

• use of a linting tool.
• use of ES6 Fetch to make API requests.

Must Have MVVM Project

• Scaffolding with Vue CLI.
• Using the Vue Router.

Bonus

• Responsiveness.
• Delicious design.

Get Started

Prerequisites

You will need Node.js version 6.0 or greater installed on your system.

Setup

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

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your unit tests

npm run test:unit

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published