https://github.com/mahib22/laravue-store
Belajar membuat toko online dengan Laravel dan Vue JS
https://github.com/mahib22/laravue-store
laravel laravel-vue vueui
Last synced: 3 months ago
JSON representation
Belajar membuat toko online dengan Laravel dan Vue JS
- Host: GitHub
- URL: https://github.com/mahib22/laravue-store
- Owner: Mahib22
- Created: 2022-08-24T04:49:02.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-09-06T02:44:26.000Z (almost 3 years ago)
- Last Synced: 2025-01-19T23:48:52.844Z (5 months ago)
- Topics: laravel, laravel-vue, vueui
- Language: CSS
- Homepage:
- Size: 3.18 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# laravue-store
## 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/).