Skip to content
/ rvs Public

Learn how to write code in different UI library, includes React, Vue and svelte.

Notifications You must be signed in to change notification settings

GrayFrost/rvs

Repository files navigation

rvs

Background

How to use same function by writing different code in react, vue and svelte.

Start

npm run dev // base app
cd react
npm run dev // start react micro app
cd vue
npm run dev // start vue micro app
cd svelte
npm run dev // start svelte micro app

img

Chapter

  • state
  • function
  • props
  • lifecircle
  • slot
  • computed
  • watch
  • if
  • for
  • ref
  • style
  • context

Todo

  • Angular
  • pages' style

About

Learn how to write code in different UI library, includes React, Vue and svelte.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published