https://github.com/courseorchestra/showcase2-demo
Демонстрационный проект для второго шоукейза
https://github.com/courseorchestra/showcase2-demo
Last synced: 12 months ago
JSON representation
Демонстрационный проект для второго шоукейза
- Host: GitHub
- URL: https://github.com/courseorchestra/showcase2-demo
- Owner: CourseOrchestra
- License: gpl-3.0
- Created: 2022-05-16T12:41:34.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-01T10:21:20.000Z (over 3 years ago)
- Last Synced: 2025-01-21T21:15:37.837Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://courseorchestra.github.io/showcase2-demo/
- Size: 5.1 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# showcase2-demo
Демонстрационный проект для второго шоукейза
## 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
```
### Run your end-to-end tests
```
npm run test:e2e
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).