NEW
This commit is contained in:
7
frontend/build.sh
Executable file
7
frontend/build.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
vue build
|
||||
|
||||
rm -rf ../backend/backendfrontend/*
|
||||
cp src/lang/* ../backend/backend/lang/
|
||||
cp -r dist/* ../backend/backend/frontend/
|
||||
Reference in New Issue
Block a user