https://github.com/maechabin/hello-vue
Hello Word with vue.js
https://github.com/maechabin/hello-vue
jest sample vue vuejs
Last synced: about 2 months ago
JSON representation
Hello Word with vue.js
- Host: GitHub
- URL: https://github.com/maechabin/hello-vue
- Owner: maechabin
- Created: 2018-08-04T18:19:52.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-19T13:30:49.000Z (almost 8 years ago)
- Last Synced: 2025-02-26T17:44:22.349Z (over 1 year ago)
- Topics: jest, sample, vue, vuejs
- Language: JavaScript
- Homepage:
- Size: 294 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-simple-sample
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```