Skip to content

Commit 63f5fa5

Browse files
Initialised Vue Starter Plugin
1 parent 3eb23b9 commit 63f5fa5

19 files changed

+4009
-0
lines changed

ui-vue-starter/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
node_modules
2+
dist/

ui-vue-starter/package.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"name": "vue_starter_plugin",
3+
"version": "1.0.0",
4+
"main": "main.js",
5+
"scripts": {
6+
"watch": "nodemon -w src -e js,vue,css -w webpack.config.js -x yarn build",
7+
"build": "webpack --mode development",
8+
"uxp:load": "cd dist && uxp plugin load",
9+
"uxp:reload": "cd dist && uxp plugin reload",
10+
"uxp:watch": "cd dist && nodemon --exec \"uxp plugin reload\" -e js,css,html",
11+
"uxp:debug": "cd dist && uxp plugin debug"
12+
},
13+
"license": "none",
14+
"private": true,
15+
"devDependencies": {
16+
"clean-webpack-plugin": "^2.0.2",
17+
"copy-webpack-plugin": "^5.0.3",
18+
"css-loader": "^5.2.0",
19+
"style-loader": "^2.0.0",
20+
"file-loader": "^5.1.0",
21+
"nodemon": "^2.0.7",
22+
"vue-loader": "^15.9.6",
23+
"webpack": "^4.32.2",
24+
"webpack-cli": "^4.5.0"
25+
},
26+
"dependencies": {
27+
"vue": "^2.6.12",
28+
"vue-template-compiler": "^2.6.12"
29+
},
30+
"resolutions": {
31+
"acorn": "npm:acorn-with-stage3"
32+
}
33+
}
452 Bytes
Loading
501 Bytes
Loading
452 Bytes
Loading
501 Bytes
Loading
450 Bytes
Loading
558 Bytes
Loading
450 Bytes
Loading
558 Bytes
Loading

0 commit comments

Comments
 (0)