@storecraft/dashboard 1.0.3 → 1.0.4
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 +5 -1
- package/dist/lib/index.cjs +129 -129
- package/dist/lib/index.js +1648 -1634
- package/dist/lib/index.umd.cjs +127 -127
- package/dist/lib/src/comps/attributes.d.ts +1 -1
- package/dist/lib/src/comps/product-discounts.d.ts +1 -1
- package/dist/lib/src/comps/product-related-products.d.ts +1 -1
- package/dist/lib/src/comps/tags-edit.d.ts +1 -1
- package/dist/website/assets/{index-DL8ESCmr.js → index-BzxD23gt.js} +129 -129
- package/dist/website/index.html +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
# **Storecraft** Official Dashboard
|
2
|
-
|
2
|
+
The Official `storecraft` Dashboard, leveraging `static rendering` / `client side rendering` / `swr`,
|
3
3
|
so it can be deployed into cost effective **CDN**.
|
4
4
|
|
5
5
|
Effectively, two build targets:
|
@@ -11,6 +11,10 @@ Effectively, two build targets:
|
|
11
11
|
Build is handled by `Vite`
|
12
12
|
|
13
13
|
|
14
|
+
```bash
|
15
|
+
npm i @storecraft/core
|
16
|
+
```
|
17
|
+
|
14
18
|
## Development
|
15
19
|
|
16
20
|
First, run the development server:
|