Skip to content
/ vue3-starter Public template

A Vue3 starter kit that gives you rollup and many optimized goodies out of the box

Notifications You must be signed in to change notification settings

pathscale/vue3-starter

Repository files navigation

Vue3-Starter

Requirements

Copying this project

You can quickstart your project by using this template

If you prefer the command line, you can install the template using degit

degit pathscale/vue3-starter vue3-starter

Alternatively you can use the old fashioned

git clone https://github.com/pathscale/vue3-starter.git --depth 1

Copy dotenv file:

cp .env.example .env

What's Included

  • Vue3-UI and Bulma with css variables support
  • Hot reload
  • Linting with ESLint
  • Javascript compiled and minified with google-closure-compiler
  • CSS across all components extracted into a single file and minified
  • Unused css removed with our custom purger plugin

Project setup

bun install

Run development server with hot reload

bun run start

Make production ready build, minified and purged

bun run build

Scan your code for potential errors

bun run lint

Development Notes

  • This project uses Bun as the package manager and runtime environment
  • All commands should be run using bun run instead of npm run
  • The project includes a bun.lock file for dependency management

About

A Vue3 starter kit that gives you rollup and many optimized goodies out of the box

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published