saplingjs / vue-components

πŸ— Vue scaffolding components for Sapling frontends

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vue components for Sapling

This package provides a selection of pre-built Vue.js components for use with Sapling.

Installation

Via the CLI (recommended)

This package can be installed via the Sapling CLI via the project creation questionnaire;

sapling create

Or added to an existing project by re-running the questionnaire;

sapling edit

Manually

Alternatively, if you prefer to install it manually, you can install it via npm;

npm install --save @sapling/vue-components

Usage

Once installed, you can use the Vue.js components in your views. Refer to the documentation for more details on usage.

Questions & Issues

Bug reports, feature requests and support queries can be filed as issues on GitHub. Please use the templates provided and fill in all the requested details.

Changelog

Detailed changes for each release are documented in the release notes.

License

MIT

About

πŸ— Vue scaffolding components for Sapling frontends

License:MIT License


Languages

Language:HTML 46.2%Language:Vue 32.3%Language:JavaScript 21.5%