0.10.0 • Published 4 years ago
@wallscope/vue-schema-forms v0.10.0
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.npmrc
file. - Authenticate to use the registry with
yarn login --registry=https://npm.pkg.github.com/
. If you have 2FA,username
is your github username andpassword
must 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
0.10.0
4 years ago