Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 935 Bytes

README.md

File metadata and controls

42 lines (29 loc) · 935 Bytes

⚡ Objectives of this project

  • Refresh the basic concepts in the development of an application with Vuejs
  • Understand the changes between Vuejs 2 and Vuejs 3
  • Using Vite and *TailwindCss for the first time
  • Build the first crypto exchange


crypto_exchange

This template should help get you started developing with Vue 3 in Vite.

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint