https://github.com/hmsk/vue-test-utils-with-vue-i18n-sample
https://github.com/hmsk/vue-test-utils-with-vue-i18n-sample
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hmsk/vue-test-utils-with-vue-i18n-sample
- Owner: hmsk
- Created: 2018-08-14T05:35:04.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-15T08:46:26.000Z (almost 7 years ago)
- Last Synced: 2025-04-02T21:09:51.322Z (2 months ago)
- Language: Vue
- Size: 104 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-test-utils-with-vue-i18n-sample
## 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
```