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

https://github.com/mitscherlich/vue-app-starter-lite


https://github.com/mitscherlich/vue-app-starter-lite

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# vue-app-starter-lite

based on [`vitesse`](https://github.com/antfu/vitesse) and [`vitesse-lite`](https://github.com/antfu/vitesse-lite)

###### Changes in this fork

- drop pwa / ssg / i18n / cypress support for my own oppion
- (lite ver only) drop vitest
- (lite ver only) drop vue-router / nprogress / unplugin-vue-router / vite-plugin-vue-layouts
- (lite ver only) drop markdown integration

## How to use

1. clone this repo
2. search and replace `my-awesome-app` with your app name
3. run `pnpm install`
4. run `pnpm dev` for development
5. run `pnpm build` for production

## License

[MIT](LICENSE)

---

Made with ❤️ by [Mitscherlich](https://github.com/Mitscherlich)