sethjwilliamson / lorgg-components

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vue3-boilerplate

A Vue 3 Starter Boilerplate with Vue Router 4, Pinia 2, Typescript 4, 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 Vue Router 4, Pinia 2, TypeScript 4, Webpack 5, Prettier and More.

License:MIT License


Languages

Language:JavaScript 68.3%Language:Vue 20.6%Language:CSS 7.3%Language:TypeScript 2.6%Language:HTML 1.2%Language:Shell 0.1%