Skip to content

Commit 7e66542

Browse files
author
jxw
committed
set npm publish
1 parent ec8b8fd commit 7e66542

18 files changed

+133700
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.DS_Store
22
node_modules
3-
/dist
3+
#/dist
44

55
# local env files
66
.env.local

.npmrc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
registry=http://nexus.sjgs/repository/npm-hosted/
2+
always-auth=true
3+
_auth=anh3JTNBU2pnczQwMl9TamdzNDAy
4+
email=jxw@126.com
5+

dist/README.md

Whitespace-only changes.

lib/demo.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<meta charset="utf-8">
2+
<title>vue-jdlstudio demo</title>
3+
<script src="./vue-jdlstudio.umd.js"></script>
4+
5+
<link rel="stylesheet" href="./vue-jdlstudio.css">
6+
7+
8+
<script>
9+
console.log(vue-jdlstudio)
10+
</script>

0 commit comments

Comments
 (0)