jsdeveloperr / vue3-boilerplate

Quick boilerplate for your next project, containing - Vite, Vuex, Vue Router & Tailwind CSS. This was created as part of my tutorial series.

Home Page:https://medium.com/@richardevcom/custom-vue3-boilerplate-9635806acde3

Repository from Github https://github.comjsdeveloperr/vue3-boilerplateRepository from Github https://github.comjsdeveloperr/vue3-boilerplate

Vue 3 boilerplate - Vite, Pinia, Vue Router & Tailwind CSS

This boilerplate was created as part of my custom Vue 3 boilerpalte tutorial. It will help get you started developing with Vue 3 in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.

Support & collaboration

discord-server

Stack

Additionally I added vite-svg-loader for easier SVG imports.

Install

npm i @richardecom/vue3-boilerplate

or

git clone https://github.com/richardevcom/vue3-boilerplate.git

then

cd vue3-boilerplate
npm install

Run / Develop


npm run dev

Build


npm run build

Preview


npm run preview

Lint


npm run lint

About

Quick boilerplate for your next project, containing - Vite, Vuex, Vue Router & Tailwind CSS. This was created as part of my tutorial series.

https://medium.com/@richardevcom/custom-vue3-boilerplate-9635806acde3


Languages

Language:Vue 71.4%Language:CSS 15.0%Language:JavaScript 11.6%Language:HTML 2.0%