https://github.com/szmxx/stock_frontend
stock frontend
https://github.com/szmxx/stock_frontend
Last synced: 3 months ago
JSON representation
stock frontend
- Host: GitHub
- URL: https://github.com/szmxx/stock_frontend
- Owner: szmxx
- Created: 2020-08-02T13:46:06.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T10:59:59.000Z (almost 3 years ago)
- Last Synced: 2025-06-04T02:45:39.872Z (4 months ago)
- Language: Vue
- Size: 3.99 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# frontend
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn serve
```### Compiles and minifies for production
```
yarn build
```### Run your unit tests
```
yarn test:unit
```### Lints and fixes files
```
yarn lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).