Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 360 Bytes

File metadata and controls

24 lines (16 loc) · 360 Bytes

vue-router 4 by devbipu

This is the practice project for Vue 3 and Vue Router by devbipu

It's using vite as compliller See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build