new tests
Releasing pre-release:
release-it major --preRelease=beta
Results In: 2.0.0-beta.0
Then after that, you don't need to include the type of update (such as major used here).
release-it --preRelease=beta
Results In: 2.0.0-beta.0
- Needed to run the following after obtaining the token via Github:
export GITHUB_TOKEN="123123123"- Needed this line for
jest.config.jsto make it work and not throwimporterrors:
transformIgnorePatterns: ["<rootDir>/node_modules/"];<VEditor :text="hello"></VEditor>import { VEditor } from "vue-plugin-starter";
export default {
components: {
VEditor
}
};An Amazing Editor Component
- author - David Royer
- license - MIT
- VEditor
-
default -
labelUse this slot to set the checkbox label
-
msgString (optional)Test prop for unit tests
-
modelArray (optional)The checkbox model
-
disabledBoolean (optional)Initial checkbox state
-
enabledBoolean (optional)default: trueInitial checkbox value
-
labelString (optional)default: 'Unamed checkbox'The checkbox label
-
objectObject (optional)default: null -
bool-falseBoolean (optional)default: false
-
initialValueThe initial component value. Used to detect changes and restore the initial value.
initial value: 'The initial value!'
currentValue
initial value: 'And the current value!'
-
idThe component identifier. Generated using the
initialValuedata.dependencies:
initialValue -
changeddependencies:
currentValue,initialValue -
withNoDependencies
-
loadedEmitted when the component has been loaded
-
enabledEmitted the event
enabledwhen loaded Multilign
-
check()Check if the input is checked
-
prop() -
enable(value)Enable the checkbox
npm install vue-plugin-starter
yarn install
yarn run serve
yarn run build
yarn run lint
yarn run test:unit
yarn run doc:build
yarn run styleguide
yarn run styleguide:build