@wallscope/vue-schema-forms
v0.10.0
Published
Reusable form component for the Wallscope data schema
Readme
Vue Walls Forms
See this component in action
To see an example of this component in action, run yarn serve. This will launch the view in dev/serve.ts. Use this for development, too.
Use this plugin in other projects
- To use the Wallscope npm registry in your project, add
@wallscope:registry=https://npm.pkg.github.com/to your.npmrcfile. - Authenticate to use the registry with
yarn login --registry=https://npm.pkg.github.com/. If you have 2FA,usernameis your github username andpasswordmust be a personal access token. To create one, follow Github's article "Creating a personal access token". You need to give consent to read/write Github Packages (tick these boxes when asked). - Install with
yarn add @wallscope/vue-walls-forms. - Import with
import VueWallsForms from '@wallscope/vue-walls-forms'.
Deploy
To deploy a new version of this package:
yarn login --registry=https://npm.pkg.github.com/(if never done it before)yarn publish
