https://github.com/redevrx/vuejs-pos-mini
https://github.com/redevrx/vuejs-pos-mini
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/redevrx/vuejs-pos-mini
- Owner: redevrx
- Created: 2020-05-01T16:37:07.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T15:53:24.000Z (over 3 years ago)
- Last Synced: 2025-07-07T19:01:26.610Z (11 months ago)
- Language: Vue
- Size: 8.2 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# vue-pos
## 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/).