https://github.com/thisdot/vue-training
Repository including all the source code and information for Corporate Vue Trainings
https://github.com/thisdot/vue-training
Last synced: 3 months ago
JSON representation
Repository including all the source code and information for Corporate Vue Trainings
- Host: GitHub
- URL: https://github.com/thisdot/vue-training
- Owner: thisdot
- Created: 2020-05-25T06:38:16.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-12T10:10:41.000Z (almost 3 years ago)
- Last Synced: 2025-10-11T02:43:00.221Z (9 months ago)
- Language: Vue
- Size: 2.07 MB
- Stars: 1
- Watchers: 9
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-training
## Project setup and run
```
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
```
### Storybook
```
npm run storybook
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).