https://github.com/mitscherlich/vue-app-starter-lite
https://github.com/mitscherlich/vue-app-starter-lite
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mitscherlich/vue-app-starter-lite
- Owner: Mitscherlich
- License: mit
- Created: 2024-03-25T13:50:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-10-11T16:51:45.000Z (10 months ago)
- Last Synced: 2025-10-13T01:31:46.580Z (10 months ago)
- Language: TypeScript
- Size: 1.42 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)