Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 355 Bytes

File metadata and controls

24 lines (16 loc) · 355 Bytes

nuxt.js 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