https://github.com/shangyuanhsu/laravel-nuxt-crm
https://github.com/shangyuanhsu/laravel-nuxt-crm
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/shangyuanhsu/laravel-nuxt-crm
- Owner: shangyuanhsu
- Created: 2024-01-03T15:41:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-22T15:03:28.000Z (over 1 year ago)
- Last Synced: 2025-01-12T06:28:46.488Z (5 months ago)
- Language: PHP
- Size: 192 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 installphp artisan migrate
php artisan serve
```3.
generate the JWT
```
php artisan jwt:secret
```4.
cd my-vite
```
npm i
```
```
npm run dev
```
```