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

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!

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!