first
This commit is contained in:
13
laan_notes.md
Normal file
13
laan_notes.md
Normal file
@@ -0,0 +1,13 @@
|
||||
```bash
|
||||
npm install
|
||||
npm run build
|
||||
```
|
||||
|
||||
Then copy these 2 files to your web server:
|
||||
|
||||
1. __`examples/minimal-test.html`__ (your page)
|
||||
2. __`packages/auth/dist/unpkg.js`__ (the complete library)
|
||||
|
||||
The `unpkg.js` should be a self-contained bundle with everything included.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user