Skip to content
This repository was archived by the owner on Jan 22, 2024. It is now read-only.

Commit 5948bdd

Browse files
committed
init
0 parents  commit 5948bdd

9 files changed

+6391
-0
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/node_modules/
2+
SCRATCH.md
3+
COMMIT_MSG.aim.txt

README

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Livewire Vue Support

bable.config.js

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
module.exports = {
2+
presets: [
3+
[
4+
'@babel/preset-env',
5+
{
6+
targets: {
7+
node: 'current',
8+
},
9+
},
10+
],
11+
],
12+
};

dist/livewire-vue.js

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/livewire-vue.js.map

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)