1.0.1 • Published 2 years ago

@fycosmos/release-cli v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Features

  • ⚡️ Vue 3, Vite, pnpm, esbuild - born with fastness

  • 🦾 TypeScript, of course

  • ☁️ Deploy on Netlify, zero-config

Dev tools

Try it now!

Vitesse requires Node >=16.14

GitHub Template

Create a repo from this template on GitHub.

Clone to local

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

npx degit YOYZHANG/originApp my-app
cd my-app
pnpm i # If you don't have pnpm installed, run: npm install -g pnpm

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.

Deploy on Netlify

Go to Netlify and select your clone, OK along the way, and your App will be live in a minute.