https://github.com/shalithasuranga/ts-vue-custom
https://github.com/shalithasuranga/ts-vue-custom
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/shalithasuranga/ts-vue-custom
- Owner: shalithasuranga
- Created: 2019-02-21T10:37:08.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-21T11:00:26.000Z (over 6 years ago)
- Last Synced: 2025-02-13T00:29:11.959Z (4 months ago)
- Language: HTML
- Size: 273 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# test-app-vue
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your tests
```
npm run test
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).