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 da9e7c3 commit 806dcfaCopy full SHA for 806dcfa
packages/@posva/vuefire-bundler/README.md
@@ -1,11 +1,23 @@
1
# `@posva/vuefire-bundler`
2
3
-> TODO: description
+> common config used to bundle vuefire and vuexfire
4
5
## Usage
6
7
+```sh
8
+node --eval 'require("@posva/vuefire-bundler")("MyLibrary")'
9
```
-const vuefireBundler = require('@posva/vuefire-bundler');
10
-// TODO: DEMONSTRATE API
11
+It can be added as a script in `package.json` file:
12
+
13
+```json
14
+{
15
+ "scripts": {
16
+ "build": "node --eval 'require(\"@posva/vuefire-bundler\")(\"Vuexfire\")'"
17
+ }
18
+}
19
20
21
+## License
22
23
+[MIT](http://opensource.org/licenses/MIT)
0 commit comments