Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/shangyuanhsu/laravel-nuxt-crm


https://github.com/shangyuanhsu/laravel-nuxt-crm

Last synced: 11 days ago
JSON representation

Awesome Lists containing this project

README

        

## new project

ING!!!!

## Laravel 10 + Nuxt 3 + TypeScript + Vite

1.
```
setup you laravel env and nuxt env
```

2.
```
composer install

php artisan migrate

php artisan serve
```

3.
generate the JWT
```
php artisan jwt:secret
```

4.
cd my-vite
```
npm i
```
```
npm run dev
```
```