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

https://github.com/hawkiq/vue

Shim repository for Vuejs
https://github.com/hawkiq/vue

Last synced: about 1 month ago
JSON representation

Shim repository for Vuejs

Awesome Lists containing this project

README

        

# Vuejs composer package
Shim repository for the Vuejs .

# What is Vuejs
Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

# Purpose of this package
Sometimes we need js packages to use instead of cdn version or hosted locally , I created this package to make it as composer so it will minimum requird files to bundled with your project.
# Install

```bash
composer require hawkiq/vue
```

this command will install latest version of Vue, to install older version you can use

```bash
composer require hawkiq/vue:^2.5
```