Skip to content

Commit 5894c8f

Browse files
committed
init
0 parents  commit 5894c8f

21 files changed

+13200
-0
lines changed

.gitignore

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

bin/create-vue-library

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/usr/bin/env node
2+
3+
require('../src/index');

0 commit comments

Comments
 (0)