mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2025-12-13 12:31:14 +00:00
Backport more tools for work flavour
This commit is contained in:
10
php_tools/vue-cli/README.md
Normal file
10
php_tools/vue-cli/README.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# Vue CLI
|
||||
|
||||
Vue CLI is the Standard Tooling for Vue.js Development.
|
||||
|
||||
**Note:** Vue CLI is now in maintenance mode. For new projects, please use create-vue to scaffold Vite-based projects. create-vue supports both Vue 2 and Vue 3.
|
||||
|
||||
| Platform | Url |
|
||||
|----------|------------------------------------------------------------------|
|
||||
| NPM | https://www.npmjs.com/package/@vue/cli |
|
||||
| GitHub | https://github.com/vuejs/vue-cli |
|
||||
13
php_tools/vue-cli/install.yml
Normal file
13
php_tools/vue-cli/install.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
|
||||
check: vue --version | grep -E '[0-9][.0-9]+' || (vue --version; false)
|
||||
|
||||
all:
|
||||
type: npm
|
||||
package: "@vue/cli"
|
||||
binary: vue
|
||||
version:
|
||||
build_dep: []
|
||||
run_dep: []
|
||||
pre:
|
||||
post:
|
||||
11
php_tools/vue-cli/options.yml
Normal file
11
php_tools/vue-cli/options.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
|
||||
# The name of the module
|
||||
name: vue-cli
|
||||
|
||||
# Exclude module build/installation for the following PHP versions
|
||||
exclude: []
|
||||
|
||||
# In order for this tool to build/install correctly,
|
||||
# the following tools must have been installed first.
|
||||
depends: []
|
||||
Reference in New Issue
Block a user