vue3-ts-vite-starter-template

1.0.21 • Public • Published

vue3-ts-vite-starter-template

A single page app Vite starter template, created to easily bootstrap Vue.js 3 apps.

Features

  • TypeScript
  • Jest for unit testing
  • Pinia for state management
  • Vue Router 4 for client-side routing
  • Bootstrap 5.2 for layout and styling
  • SCSS variables inside Vue components
  • Purgecss for eliminating unused CSS
  • Basic multiple layouts feature
  • ESLint config based on eslint:recommended with sensible defaults ☺️
  • Prettier for code formatting
  • Automated release workflow with semantic-release

Project setup

pnpm install

Compiles and hot-reloads for development

pnpm run dev

Compiles and minifies for production

pnpm run build

Run your unit tests

pnpm run test:unit

Lints files

pnpm run lint

Lints and fixes files

pnpm run lint-fix

Runs Typechecks

pnpm run typecheck

Customize configuration

See Configuration Reference.

/vue3-ts-vite-starter-template/

    Package Sidebar

    Install

    npm i vue3-ts-vite-starter-template

    Weekly Downloads

    14

    Version

    1.0.21

    License

    MIT

    Unpacked Size

    36 kB

    Total Files

    36

    Last publish

    Collaborators

    • kouts