Skip to content
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
paulo committed Feb 24, 2021
1 parent 26dbd15 commit d825d6b
Showing 1 changed file with 29 additions and 1 deletion.
30 changes: 29 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Vue Context Injector

## Table of Contents

- [Preamble](#preamble)
- [Introduction](#introduction)
- [Prerequisites](#prerequisites)
- [Browser compatibility](#browser-compatibility)
- [Installation](#installation)
- [Usage](#usage)
- [Initialization](#initialization)
- [HTML-based standalone components](#html-based-standalone-components)
- [Configuration](#configuration)
- [API Reference](#api-reference)
- [Licensing](#licensing)
- [Contribute](#contribute)

## Preamble

*During a complete refactoring of a company's big project, integrating Vue.js to
Expand Down Expand Up @@ -191,10 +206,23 @@ values.*
}
```

## API Reference

These methods are available and usable directly on the VCI instance.

```js
.parse()
```

**Description:** Starts a new DOM parsing. Useful to instantiate newly added
"standalone components" HTML elements after VCI instance creation.

**Arguments**: No

## Licensing

Released under the [MIT](https://opensource.org/licenses/MIT) license.

## Contributions
## Contribute

Soon...

0 comments on commit d825d6b

Please sign in to comment.