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
- Host: GitHub
- URL: https://github.com/hawkiq/vue
- Owner: hawkiq
- License: mit
- Created: 2024-01-23T20:06:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-23T20:27:30.000Z (over 1 year ago)
- Last Synced: 2025-02-13T15:53:30.483Z (3 months ago)
- Language: JavaScript
- Size: 258 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```