An open API service indexing awesome lists of open source software.

https://github.com/thecodeorigin/vite-boilerplate

A Vite ⚡ boilerplate with good folder structure, tailwindcss configuration and many more 🚀🚀🚀
https://github.com/thecodeorigin/vite-boilerplate

Last synced: 10 months ago
JSON representation

A Vite ⚡ boilerplate with good folder structure, tailwindcss configuration and many more 🚀🚀🚀

Awesome Lists containing this project

README

          

# Vite + Vue + TailwindCSS boilerplate

## Build Setup

```bash
# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn dev

# build for production and launch server
$ yarn build
```

For detailed explanation on how things work, check out [Vite.js docs](https://vitejs.dev/) and [Vue.js 3 docs](https://v3.vuejs.org/).

## Cool stuff
- [Vue cheatsheet](https://devhints.io/vue)
- [JsDoc cheatsheet](https://devhints.io/jsdoc)
- [JSDoc Reference](https://www.typescriptlang.org/docs/handbook/jsdoc-supported-types.html)