About | Technologies | How to | Learning | Author
This project was generated with Vue CLI version 5.0.8.
This project was developed with VueJS from the Advanced Web Development with Vue (v2 and v3) and Vuex at Udemy. Cloud deployment with GithubPages.
A web application with the aim of displaying animations with simple information about some pokémon, as well as using VueJS routes, properties and directives and the Fake API with JSON Server.
Technologies and tools that were used in the development of the project:
- HTML5
- CSS3
- Bootstrap
- JavaScript
- VueJS
- JSON Server
- Animate.css
- Editor: Visual Studio Code
- Emojis: Emoji Cheat Sheet, Markdown Emoji
- Shields: Shields
- Markdown: StackEdit
- node 16.x
- npm 8.x
- vue cli 5.0.8
- clone repo
- delete the file
package-lock.json
- install the dependencies
npm install
- run
npm run serve
for a dev server - navigate to
http://localhost:8080/
- install JSON Server
npm install -g json-server
- start JSON Server
json-server --watch db.json
- navigate to resources
http://localhost:3000
Resources
- Properties
- Components
- Directives
- LifeCycle Hooks
- Vue Router
- Animations
- Transition
- Transition Group
- CSS-based transitions
- JavaScript Hooks
- JSON Server
Jonas Souza |