An open API service indexing awesome lists of open source software.

https://github.com/informatix8/access-search


https://github.com/informatix8/access-search

Last synced: 4 months ago
JSON representation

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 .
```