@mbsks/rspfx-framework-vue 0.0.14 → 0.0.16
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 +4 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# @mbsks/rspfx-framework-vue
|
|
2
2
|
|
|
3
|
-
Vue framework package for [RSPFX](https://github.com/master8848/rspfx) — an SPFx-compatible build toolchain
|
|
3
|
+
Vue framework package for [RSPFX](https://github.com/master8848/rspfx) — an SPFx-compatible build toolchain. Replaces Heft + webpack + gulp. Works with Vite, Rsbuild, and Rspack.
|
|
4
4
|
|
|
5
|
-
Provides the `VueWebPart` base class with `vue-loader`
|
|
5
|
+
Provides the `VueWebPart` base class with SFC compilation: Rspack via `vue-loader`, Vite via `@vitejs/plugin-vue`, Rsbuild via its Vue plugin — one `FrameworkPreset` for all three.
|
|
6
6
|
|
|
7
7
|
## Install
|
|
8
8
|
|
|
@@ -36,6 +36,7 @@ export default class MyWebPart extends VueWebPart<IMyProps> {
|
|
|
36
36
|
|
|
37
37
|
## Links
|
|
38
38
|
|
|
39
|
-
- [
|
|
39
|
+
- [Documentation](https://rspfx.mbsks.me) — [Frameworks](https://rspfx.mbsks.me/docs/frameworks)
|
|
40
40
|
- [Vue example](https://github.com/master8848/rspfx/tree/main/examples/vue)
|
|
41
|
+
- [GitHub](https://github.com/master8848/rspfx)
|
|
41
42
|
- License: MIT
|