https://github.com/alekseiusov/vue
https://github.com/alekseiusov/vue
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alekseiusov/vue
- Owner: AlekseiUsov
- Created: 2022-09-16T14:02:40.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-01T16:17:06.000Z (over 3 years ago)
- Last Synced: 2025-02-28T11:54:33.354Z (over 1 year ago)
- Language: Vue
- Size: 1.41 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# webdad.by
## 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/).