https://github.com/eddyrufino/sanctum
Proyecto vue para consumir la api.sanctum
https://github.com/eddyrufino/sanctum
sanctum vue vue-router vuetify vuex
Last synced: 3 months ago
JSON representation
Proyecto vue para consumir la api.sanctum
- Host: GitHub
- URL: https://github.com/eddyrufino/sanctum
- Owner: EddyRufino
- Created: 2020-05-01T16:44:56.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T04:46:45.000Z (over 2 years ago)
- Last Synced: 2025-02-08T12:14:21.228Z (4 months ago)
- Topics: sanctum, vue, vue-router, vuetify, vuex
- Language: Vue
- Homepage:
- Size: 3.97 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sanctum
## Project setup
```
npm install
```### 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/).