Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shangyuanhsu/laravel-nuxt-crm
https://github.com/shangyuanhsu/laravel-nuxt-crm
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/shangyuanhsu/laravel-nuxt-crm
- Owner: shangyuanhsu
- Created: 2024-01-03T15:41:44.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-22T15:03:28.000Z (11 months ago)
- Last Synced: 2024-11-13T01:17:16.039Z (2 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
```
```