Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.