https://github.com/informatix8/access-search
https://github.com/informatix8/access-search
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/informatix8/access-search
- Owner: informatix8
- License: mit
- Created: 2020-01-13T18:40:41.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-03T15:13:07.000Z (almost 5 years ago)
- Last Synced: 2025-01-12T01:19:44.963Z (6 months ago)
- Language: Vue
- Size: 71.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Access Search
Vue components for Search BIOS
## Usage
### Install
```shell
npm install @informatix8/access-search --save-dev
```### CDN
```html
```
## Development
```shell
npm run dev
```## Build
```shell
npm run build
```## Release
```shell
npm run build
git tag -a vX.Y.Z
git push origin master
git push origin --tags
npm publish --access=public .
```