Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 316 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 316 Bytes

vite-vue2-starter

A simple start for using Vue2 with Vite

Scripts

  git clone https://github.com/bombkiml/vite-vue2-starter.git
  
  npm install # install packages
  
  npm run dev # start dev server
  
  npm run build # build for production
  
  npm run serve # locally preview production build