https://github.com/ruandevjs/tecstore
https://github.com/ruandevjs/tecstore
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ruandevjs/tecstore
- Owner: RuanDevJs
- Created: 2022-01-21T00:32:07.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-23T17:12:30.000Z (about 4 years ago)
- Last Synced: 2025-07-22T04:07:03.710Z (7 months ago)
- Language: Vue
- Size: 3.95 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tecstore
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).