@wishbone-media/spark 0.31.0 → 0.32.0

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 CHANGED
@@ -1,28 +1,14 @@
1
1
  # Spark UI Package
2
2
 
3
- ## Dev notes
3
+ ## Project Overview
4
4
 
5
- ### Common use aliases
5
+ Spark is a Vue 3 UI component library published as `@wishbone-media/spark`. It provides reusable components, composables, stores, and utilities for building authenticated multi-tenant web applications. The library is distributed via npm and designed to be consumed by other Wishbone applications.
6
6
 
7
- #### Switch to local file package of Spark for Tabula or other clone of Tabula, use for testing and dev purpose of Spark
8
- ```
9
- alias spark.relink='pnpm add link:../spark && rm -rf node_modules && pnpm i'
10
- ```
7
+ ## Related Projects
11
8
 
12
- #### Switch to actual public package of Spark for Tabula or other clone of Tabula, use before commit and push
13
- ```
14
- alias spark.public='pnpm remove @wishbone-media/spark && pnpm i @wishbone-media/spark && rm -rf node_modules && pnpm i'
15
- ```
9
+ - [Tabula](../tabula) - Demo/storybook app showcasing Spark components. Also serves as the boilerplate template for new admin apps.
10
+ - [BOLT Web Next](../bolt-web-next) - Production admin interface using Spark. Reference implementation for real-world patterns.
16
11
 
17
- ### General development process
12
+ ## Documentation
18
13
 
19
- #### In Tabula folder
20
- ```
21
- spark.relink # Set tabula to use symblinked local spark at (../spark) for @wishbone-media/spark
22
- pnpm dev # Serves the tabula in browser
23
- ```
24
-
25
- #### In Spark folder
26
- ```
27
- pnpm build --watch # Build spark on change
28
- ```
14
+ - Many existing features have been documented in [docs](./docs) as markdown files