pathscale / vue3-starter

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

Home Page:https://vue3.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vue3-Starter

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

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

npm install

Run development server with hot reload

npm run start

Make production ready build, minified and purged

npm run build

Scan your code for potential errors

npm run lint

About

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

https://vue3.dev


Languages

Language:JavaScript 92.1%Language:TypeScript 4.8%Language:Vue 2.9%Language:Shell 0.1%Language:CSS 0.1%