Commit 09119ce3 authored by Sylvain's avatar Sylvain

Update assets install

parent 4e7ff5a6
# !/bin/bash
GIT_ADDRESS="ssh://git@goldenscarab.fr"
GIT_PORT="2222"
# Lancement du script :
# bash vendor/goldenscarab/modulus/assets_install.sh
# Dépendance Modulus
npm install --save ace-builds@1.4.12
npm install --save admin-lte@3.0.5
npm install --save air-datepicker@2.2.3
......@@ -22,6 +26,7 @@ npm install --save tinymce@5.7.0
npm install --save numeral@2.0.6
npm install --save vue@2.6.12
# Dépendance de dev
npm install --save-dev sass@1.32.7
npm install --save-dev sass-loader@8.0.2
npm install --save-dev vue-jest@3.0.7
......@@ -29,3 +34,8 @@ npm install --save-dev vue-loader
npm install --save-dev vue-template-compiler@2.6.12
npm install --save-dev resolve-url-loader@4.0.0
npm install --save-dev laravel-vue-pagination@2.3.1
# Dépendances Goldenscarab
git clone ${GIT_ADDRESS}:{GIT_PORT}/modulus/vuejs/helpers.git src/resources/js/Helpers
git clone ${GIT_ADDRESS}:{GIT_PORT}/modulus/vuejs/components.git src/resources/js/components
git clone ${GIT_ADDRESS}:{GIT_PORT}/jquery/gdropfield.git src/resources/libraries/gdropfield
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment