Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

我写了一个脚本,用于创建静态资源链接,之前的符号链接是用在linux上的 #47

Open
wqreytuk opened this issue Aug 7, 2021 · 0 comments

Comments

@wqreytuk
Copy link

wqreytuk commented Aug 7, 2021

<?php symlink("..\\..\\..\\node_modules\\jquery.caret", "Caret.js");symlink("..\\..\\..\\node_modules\\bootstrap", "bootstrap");symlink("..\\..\\..\\node_modules\\bootstrap-social", "bootstrap-social");symlink("..\\..\\..\\node_modules\\echarts", "echarts");symlink("..\\..\\..\\node_modules\\eds-ui", "eds-ui");symlink("..\\..\\..\\node_modules\\font-awesome", "font-awesome");symlink("..\\..\\..\\node_modules\\jquery", "jquery");symlink("..\\..\\..\\node_modules\\jquery-pjax", "jquery-pjax");symlink("..\\..\\..\\node_modules\\at.js", "jquery.atwho");symlink("..\\..\\..\\node_modules\\laydate", "laydate");symlink("..\\..\\..\\node_modules\\metismenu", "metisMenu");symlink("..\\..\\..\\node_modules\\nprogress", "nprogress");symlink("..\\..\\..\\node_modules\\socket.io-client", "socket.io-client");symlink("..\\..\\..\\node_modules\\startbootstrap-sb-admin-2", "startbootstrap-sb-admin-2");symlink("..\\..\\..\\node_modules\\wangeditor", "wangeditor");

把这个个脚本保存成1.php放在C:\Users\Administrator\Downloads\vmoex-framework-master\web\assets\lib下运行即可,需要先删除之前的那些符号链接

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant