dolthead / march-meetup

march ionic utah meetup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vite with the Ionic tabs starter

Fork and clone to dive in to your project.

Why?

The prod build using vue-cli is 3MB, while the build with VITE is 413KB (86% smaller)!

Also, the dev live reload times are super-much quicklier with VITE. ⚡️

Start it up

npm run serve

Run unit and e2e tests

npm run test

npm run coverage

npm run e2e

Prod build

npm run build

Run as a PWA

npm run serve:pwa


Switch your Vue 3 project to VITE

See the instructions at the vitehow repo.

About

march ionic utah meetup

License:MIT License


Languages

Language:CSS 40.0%Language:Vue 21.9%Language:TypeScript 16.8%Language:JavaScript 16.1%Language:HTML 5.2%