Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aquariuslt/vuepress-plugin-aegis
https://github.com/aquariuslt/vuepress-plugin-aegis
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/aquariuslt/vuepress-plugin-aegis
- Owner: aquariuslt
- License: mit
- Created: 2020-07-09T10:09:01.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-29T18:29:00.000Z (5 months ago)
- Last Synced: 2024-05-29T19:25:00.575Z (5 months ago)
- Language: TypeScript
- Size: 1.76 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# VuePress Plugin : Aegis
[![NPM](https://img.shields.io/npm/v/vuepress-plugin-aegis.svg)](https://www.npmjs.com/package/vuepress-plugin-aegis)
[![Github Workflow Status](https://github.com/aquariuslt/vuepress-plugin-aegis/workflows/ci/badge.svg)](https://github.com/aquariuslt/vuepress-plugin-aegis)
[![codecov](https://codecov.io/gh/aquariuslt/vuepress-plugin-aegis/branch/master/graph/badge.svg)](https://codecov.io/gh/aquariuslt/vuepress-plugin-aegis)
[![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)> VuePress Plugin for [Aegis WebSDK](https://aegis.ivweb.io/#/)
## Usage
Add your aegis project id in `.vuepress/config.js`.
```
plugins: [
[
'vuepress-plugin-aegis',
{
aegisId: 'xxxx' // your aegis project id
}
]
]
```