Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 480 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 480 Bytes

{{capital name space=true}}

This is a starter template for {{name}}, bundling using Vite.

Usage

Use create-ef-app

pnpm create ef-app <project name> -- --template vite

Manually

  1. Download this project
  2. Unzip
  3. Change fields you want in package.json
  4. Start coding!

Commands

Start a dev server

pnpm start

Build dist

pnpm run build

Serve built files

pnpm run serve