Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adi518/vue-scope-components
🚧 A library of abstract (aka "renderless") Vue components
https://github.com/adi518/vue-scope-components
Last synced: 8 days ago
JSON representation
🚧 A library of abstract (aka "renderless") Vue components
- Host: GitHub
- URL: https://github.com/adi518/vue-scope-components
- Owner: adi518
- License: mit
- Created: 2018-08-10T15:35:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-01T23:55:43.000Z (almost 6 years ago)
- Last Synced: 2024-10-28T09:21:47.217Z (about 2 months ago)
- Language: Vue
- Homepage:
- Size: 410 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Install
`npm install`# Development
* Run `npm start` for component development.
* Run `npm run docs` for documentation development.# Build
`npm run build`# Release
* `npm run release-patch`
* `npm run release-minor`
* `npm run release-major`Set `private` key to `false` in order to publish to npm.