Vue3 Boilerplate Save

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

Project README

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
Open Source Agenda is not affiliated with "Vue3 Boilerplate" Project. README Source: Jamie-Yang/vue3-boilerplate
Stars
231
Open Issues
2
Last Commit
6 days ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating