We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 307a444 commit 3b51ab8Copy full SHA for 3b51ab8
Makefile
@@ -8,3 +8,13 @@ setup_node:
8
curl -sL https://deb.nodesource.com/setup_9.x | sudo -E bash -
9
apt install -y nodejs
10
npm install -g npm
11
+
12
+vue_dev:
13
+ rm -rf pythonph/assets/webpack_bundles/*;
14
+ cd frontend; npm run build_dev; cd -;
15
+ make assets
16
17
+vue:
18
19
+ cd frontend; npm run build; cd -;
20
0 commit comments