Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 667 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 667 Bytes

vuejs-starterkit

Boilerplate to start new Vue Application

Starterkit

Getting Started

  • Install dependencies
      git clone https://github.com/TechLadies/vuejs-starterkit
      npm install or yarn install
    
  • Run the Application
      npm run serve or yarn serve
    
  • Visit http://localhost:3000

Technologies used:

  • Vite - Native-ESM powered web dev build tool
  • Vuex - State Management
  • Vue-Router - Routing