https://github.com/lwinmoehein/book-center-user-spa
https://github.com/lwinmoehein/book-center-user-spa
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lwinmoehein/book-center-user-spa
- Owner: lwinmoehein
- License: mit
- Created: 2022-08-04T19:04:52.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-03-08T09:28:10.000Z (over 1 year ago)
- Last Synced: 2025-01-28T05:17:14.051Z (5 months ago)
- Language: Vue
- Size: 2.17 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Laravel Vue SPA Using Sanctum & Fortify Authentication
## Documentation
The full documentation for this demo app can be found at [Build a Laravel Vue Spa](https://laravelvuespa.com/).
## Project setup
```
npm install
```**IMPORTANT** make sure you have a .env.local file with your API URL added
```
VUE_APP_API_URL=http://localhost
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).