Skip to content

solmanter/vitesse-ionic

This branch is up to date with main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c2b10d1 Β· Jan 9, 2024

History

13 Commits
Jan 4, 2024
Dec 13, 2023
Jan 6, 2024
Jan 4, 2024
Jan 6, 2024
Dec 13, 2023
Dec 13, 2023
Jan 6, 2024
Dec 13, 2023
Dec 13, 2023
Dec 13, 2023
Dec 13, 2023
Dec 13, 2023
Dec 13, 2023
Dec 13, 2023
Jan 5, 2024
Jan 5, 2024
Jan 4, 2024
Jan 4, 2024
Dec 13, 2023
Jan 5, 2024
Jan 6, 2024
Jan 6, 2024
Jan 5, 2024
Dec 13, 2023
Jan 4, 2024

Repository files navigation

Vitesse Ionic

Mocking up web app and mobile app with Vitesse(speed)


Live Demo

Features


Pre-packed

UI Frameworks

  • UnoCSS - The instant on-demand atomic CSS engine.

  • Vant - The best vue mobile ui framework.

Icons

Plugins

Coding Style

Dev tools

Try it now!

Vitesse requires Node >= 18.0.0

GitHub Template

Generate a vitesse app

Clone to local

If you prefer to do it manually with the cleaner git history

npx degit SuleymanQ/vitesse-ionic vitesse-ionic-app
cd vitesse-ionic-app
pnpm i # If you don't have pnpm installed, run: npm install -g pnpm

Checklist

When you use this template, try follow the checklist to update your info properly

  • Change the author name in LICENSE
  • Change the title in App.vue
  • Change the hostname in vite.config.ts
  • Change the favicon in public
  • Remove the .github folder which contains the funding info
  • Clean up the READMEs and remove routes

And, enjoy :)

Usage

Development

Just run and visit http://localhost:3333

pnpm dev

Build

To build the App, run

pnpm build

And you will see the generated file in dist that ready to be served.