Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lwinmoehein/book-center-user-spa
https://github.com/lwinmoehein/book-center-user-spa
Last synced: 2 days 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 (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-08T09:28:10.000Z (11 months ago)
- Last Synced: 2024-04-18T03:19:35.240Z (10 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/).