https://github.com/domicoder/crud-products
CRUD Products made in VueJS and another advanced tools.
https://github.com/domicoder/crud-products
Last synced: 3 months ago
JSON representation
CRUD Products made in VueJS and another advanced tools.
- Host: GitHub
- URL: https://github.com/domicoder/crud-products
- Owner: domicoder
- Created: 2020-01-19T01:19:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T05:19:08.000Z (over 3 years ago)
- Last Synced: 2025-01-21T01:41:55.831Z (over 1 year ago)
- Language: Vue
- Size: 4.13 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# crud-products
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Run your tests
```
npm run test
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).