3.0.11 • Published 1 year ago

@dword-design/vue-server-link v3.0.11

Weekly downloads
7
License
MIT
Repository
github
Last release
1 year ago

@dword-design/vue-server-link

Install via a package manager

# npm
$ npm install @dword-design/vue-server-link

# Yarn
$ yarn add @dword-design/vue-server-link

Add to local components:

<script>
import VueServerLink from '@dword-design/vue-server-link'

export default {
  components: {
    VueServerLink,
  },
}
</script>

Or register as a global component:

import Vue from 'vue'
import VueServerLink from '@dword-design/vue-server-link'

Vue.component('VueServerLink', VueServerLink)

Or register as a plugin:

import Vue from 'vue'
import VueServerLink from '@dword-design/vue-server-link'

Vue.use(VueServerLink)

Install via CDN

<script src="https://cdn.jsdelivr.net/npm/vue@2.6.14/dist/vue.js"></script>
<script src="https://unpkg.com/@dword-design/vue-server-link"></script>

Contribute

Are you missing something or want to contribute? Feel free to file an issue or a pull request! ⚙️

Support

Hey, I am Sebastian Landwehr, a freelance web developer, and I love developing web apps and open source packages. If you want to support me so that I can keep packages up to date and build more helpful tools, you can donate here:

Thanks a lot for your support! ❤️

License

MIT License © Sebastian Landwehr

3.0.9

1 year ago

3.0.4

1 year ago

3.0.3

1 year ago

3.0.10

1 year ago

3.0.2

1 year ago

3.0.11

1 year ago

3.0.1

1 year ago

3.0.8

1 year ago

3.0.7

1 year ago

3.0.6

1 year ago

3.0.5

1 year ago

3.0.0

1 year ago

2.0.13

2 years ago

2.0.11

2 years ago

2.0.12

2 years ago

2.0.10

2 years ago

2.0.9

3 years ago

2.0.8

3 years ago

2.0.7

3 years ago

2.0.6

3 years ago

2.0.5

3 years ago

2.0.4

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

2.0.3

3 years ago

2.0.2

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago