/sonique

A Vue3 TS + WindiCSS + Pinia + VueRouter + I18n opiniated boilerplate to kickstart your project.

Primary LanguageVueMIT LicenseMIT

Vue3-boilerplate

A Vue & Vite boilerplate application to kickstart your application


Features


Installation Steps

GitHub Template

Create a repo from this template on GitHub.

Clone to local

If you prefer to do it manually with the cleaner git history

npx degit GueganVictor/sonique my-app
cd my-app
npm install

Run the cleaning script

Once everything is installed you can run the init.sh script. It's a small script that will clean the name of the project in the index.html title and package.json, as well as putting your name in the LICENSE file.

chmod u+x init.sh
./init.sh

Have fun coding ! 🤖