Skip to content

yeapjs/templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published