Skip to content

A Vue 3 Starter Boilerplate with Webpack 5, Vue Router 4, Pinia 2, TypeScript 5, Prettier and More.

License

Notifications You must be signed in to change notification settings

Jamie-Yang/vue3-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

cd07bf2 · Mar 8, 2025
Apr 23, 2024
Sep 30, 2024
Jul 15, 2024
Apr 23, 2024
Jan 7, 2021
May 9, 2022
Jan 10, 2021
Jan 10, 2021
Jul 12, 2021
May 23, 2020
Oct 15, 2024
Jan 7, 2021
Apr 22, 2024
May 21, 2020
Aug 17, 2023
Jan 7, 2021
Jul 15, 2024
Mar 8, 2025
Mar 8, 2025
Jan 7, 2021

Repository files navigation

vue3-boilerplate

A Vue 3 Starter Boilerplate with Vue Router 4, Pinia 2, Typescript 5, Webpack 5, Prettier and More.

And not using the Vue CLI.

Architecture

├─ public           // static assets.
├─ service          // commands and webpack configurations.
├─ src
│  ├─ assets        // assets such as images or font files.
│  ├─ components    // universal Vue components.
│  ├─ router        // view's routers config.
│  ├─ stores        // Pinia stores.
│  ├─ typings       // typescript .d.ts files.
│  └─ views         // pages.

Commands

# Start development server.
yarn dev

# Compile production bundle.
yarn build

About

A Vue 3 Starter Boilerplate with Webpack 5, Vue Router 4, Pinia 2, TypeScript 5, Prettier and More.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published