vue-vanilla
This is a small plain JavaScript component loader for Vue.js components. No node, no webpack, no transpiling, no nonsense.
See the documentation for more.
License |
License |
---|---|
GroupId | GroupIdcom.iodesystems |
ArtifactId | ArtifactIdvue-vanilla |
Last Version | Last Version1.1.9 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionvue-vanilla
The micro, vanilla JavaScript component loader for Vue.js
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
vue-vanilla-1.1.9.pom | |
vue-vanilla-1.1.9.jar | 9 KB |
vue-vanilla-1.1.9-sources.jar | 12 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.iodesystems/vue-vanilla/ -->
<dependency>
<groupId>com.iodesystems</groupId>
<artifactId>vue-vanilla</artifactId>
<version>1.1.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.iodesystems/vue-vanilla/
implementation 'com.iodesystems:vue-vanilla:1.1.9'
// https://jarcasting.com/artifacts/com.iodesystems/vue-vanilla/
implementation ("com.iodesystems:vue-vanilla:1.1.9")
'com.iodesystems:vue-vanilla:jar:1.1.9'
<dependency org="com.iodesystems" name="vue-vanilla" rev="1.1.9">
<artifact name="vue-vanilla" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.iodesystems', module='vue-vanilla', version='1.1.9')
)
libraryDependencies += "com.iodesystems" % "vue-vanilla" % "1.1.9"
[com.iodesystems/vue-vanilla "1.1.9"]
This is a small plain JavaScript component loader for Vue.js components. No node, no webpack, no transpiling, no nonsense.
See the documentation for more.