primitive-app 3.0.5 → 3.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/index.cjs +4 -4
- package/dist/index.js +3841 -3807
- package/package.json +18 -17
package/README.md
CHANGED
|
@@ -11,7 +11,7 @@ A Vue helper library that makes it easy to build local-first applications on the
|
|
|
11
11
|
## Getting Started
|
|
12
12
|
|
|
13
13
|
**New projects** should start by cloning the template repository:
|
|
14
|
-
https://github.com/Primitive-Labs/primitive-
|
|
14
|
+
https://github.com/Primitive-Labs/primitive-vue-template
|
|
15
15
|
|
|
16
16
|
**See it in action** with the demo app:
|
|
17
17
|
https://primitive-app-demo.primitive.app/
|
|
@@ -19,4 +19,4 @@ https://primitive-app-demo.primitive.app/
|
|
|
19
19
|
## Documentation
|
|
20
20
|
|
|
21
21
|
For guides and API reference, see **Primitive Docs**:
|
|
22
|
-
https://primitive-labs.github.io/primitive-docs/
|
|
22
|
+
https://primitive-labs.github.io/primitive-docs-site/
|