https://github.com/nejinn/nly-data-analysis
https://github.com/nejinn/nly-data-analysis
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nejinn/nly-data-analysis
- Owner: nejinn
- Created: 2020-06-29T12:31:29.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T10:20:00.000Z (over 2 years ago)
- Last Synced: 2025-01-06T17:17:56.250Z (5 months ago)
- Language: Vue
- Size: 2.92 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nly-data-analysis
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your unit tests
```
npm run test:unit
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).