VueJS 3 Starter
✨ A VueJS 3 starter to create Vue applications easily and quickly with Vue Router, Snowpack, TypeScript and SCSS
Architecture
├─ public // static assets.
├─ src
│ ├─ assets // assets such as images or font files.
│ ├─ components // vue components.
│ ├─ router // router configuration.
│ ├─ store // vuex modules.
│ ├─ typings // typescript .d.ts files.
│ └─ pages // pages.
Installation
Use npm to install the modules
npm install
Launch the project
npm start
Runs the app in the development mode.
Open http://localhost:8080 to view it in the browser.
npm build
Builds a static copy of your site to the build/
folder.
Next, can deploy the build/
folder ✅
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.