https://github.com/kirschbaum-development/vue-package-skeleton
https://github.com/kirschbaum-development/vue-package-skeleton
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/kirschbaum-development/vue-package-skeleton
- Owner: kirschbaum-development
- Created: 2021-06-11T14:40:20.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-17T16:40:42.000Z (about 5 years ago)
- Last Synced: 2025-02-24T01:27:43.504Z (over 1 year ago)
- Language: JavaScript
- Size: 49.8 KB
- Stars: 1
- Watchers: 15
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Vue package skeleton
## Installation
```
git clone git@github.com:kirschbaum-development/vue-package-skeleton.git
cd vue-package-skeleton
yarn install
```
## Linting
```
yarn lint
```
## Testing
```
yarn test
```
## Stack
- standard for js linting
-
# TODO
## Docs
- FormField
- Autocomplete
##