Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 701 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 701 Bytes

Starter Template

Containing:

  • Vue
  • Vuex
  • Tailwind
  • ESLint

Ready to build upon

Installation

Running

  • npm run dev
  • npm run build

Deploying

  • after "npm run build" your app will be in the folder "dist"
  • You may want to remove the .map (and remove its reference from .js) -OR- edit vite.config.js and change sourcemap to false
  • If you are using the dist/index.html you may need to change the css and js tags, their base address is "/assets"