Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 990 Bytes

File metadata and controls

31 lines (21 loc) · 990 Bytes

Yeap Templates with Vite

Get started

These templates are intended to be used unchanged via the degit utility.

# Javascript template
$ npx degit yeapjs/templates/js my-yeap-application
$ cd my-yeap-application
$ npm install # or pnpm install or yarn
# Typescript template
$ npx degit yeapjs/templates/ts my-yeap-application
$ cd my-yeap-application
$ npm install # or pnpm install or yarn

(Note: you don't need to import h or Fragment from the template, it's already imported for you with yeap-vite-preset)

I don't see a template that matches my need?

Need a template that contains your favorite libraries?

Please send a pull request. Copy one of the templates already available, tweak it, name it correctly, and create a PR. See contribution below.

Contributing

You can create your own template and prefix it with ts- or js- and give it a descriptive name.