https://github.com/barbapapazes/the-next-vue-framework
Nop, it will never be the next Vue framework! Just a way to understand Nitro and Vite!
https://github.com/barbapapazes/the-next-vue-framework
nitro vite vue
Last synced: over 1 year ago
JSON representation
Nop, it will never be the next Vue framework! Just a way to understand Nitro and Vite!
- Host: GitHub
- URL: https://github.com/barbapapazes/the-next-vue-framework
- Owner: Barbapapazes
- License: mit
- Created: 2023-06-17T11:10:00.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-26T12:29:28.000Z (about 3 years ago)
- Last Synced: 2025-03-10T18:06:12.672Z (over 1 year ago)
- Topics: nitro, vite, vue
- Language: JavaScript
- Homepage: https://the-next-vue-framework.vercel.app
- Size: 141 KB
- Stars: 14
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# The Next Vue Framework
> I'm kidding, this is just a way to learn Nitro with Vite!
[Read my article (FR)](https://esteban-soubiran.site/articles/le-prochain-framework-vue/) to understand the project !
## Install dependencies
```bash
pnpm install
```
## Run the app
```bash
pnpm run dev
```
## Build the app
```bash
pnpm run build
```
## Run the app in production
```bash
pnpm run preview
```
## Acknowledgements
Thanks [@danielroe](https://github.com/danielroe) for [his talk at the Agent Conf](https://youtu.be/hdHLU0qHKhA) 2023 that inspired me to try to use Nitro with Vite with Vue!