@assembles/utils
Version:
compositions API for Vue
41 lines (21 loc) • 854 B
Markdown
# assemble-vue
Vue Comositions Apis Library.
## Features
- Written in TypeScript with predictable static types.
- Easy to learn and use
- Works for both Vue 3 and 2 ( thanks for [vue-demi](https://github.com/antfu/vue-demi) ).
## Install
use npm
`npm install --save-dev assemble-vue`
or use yarn
`yarn add assemble-vue`
## Setup ahooks-vue dev environment
-------------------
## Gitflow Workflow
- [Girflow Renference](atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow)
### Feature develop
- Feature branches use develop as their parent branch.
- When a feature is complete, it gets merged back into develop.
- Each new feature should reside in its own branch.
- Features should never interact directly with master.
- The develop branch is a protected branch, and MR must be initiated, after a code review by a writer.