veact
A mutable state enhancer library for React, based on @vue/reactivity.
File Explorer
Download Latest Version (.zip)- coverage.yml
- pr-test.yml
- publish.yml
- release.yml
- settings.json
- Computed.tsx
- CustomRef.tsx
- EffectScope.tsx
- Lifecycle.tsx
- main.tsx
- Reactive.tsx
- Reactivity.tsx
- Readonly.tsx
- Ref.tsx
- ShallowReactive.tsx
- ShallowRef.tsx
- style.css
- utils.ts
- Watch.tsx
- release.sh
- _logger.ts
- _utils.ts
- computed.ts
- effectScope.ts
- index.ts
- lifecycle.ts
- reactive.ts
- reactivity.ts
- readonly.ts
- ref.ts
- watch.ts
- watchEffect.ts
- apis.spec.ts
- computed.spec.ts
- effectScope.spec.ts
- lifecycle.spec.ts
- reactive.spec.ts
- reactivity.spec.ts
- readonly.spec.ts
- ref.spec.ts
- watch.spec.ts
- watchEffect.spec.ts
- .editorconfig
- .gitignore
- CHANGELOG.md
- eslint.config.js
- index.html
- LICENSE
- logo.svg
- package.json
- pnpm-lock.yaml
- prettier.config.js
- README.md
- tsconfig.json
- vite.config.ts
# Installation Guide
1. Get the code
git clone https://github.com/veactjs/veact
Downloads the entire project code from GitHub to your computer.
cd veact
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install veact --save
Downloads and installs the libraries listed in package.json.
yarn add veact
Type this command into your terminal and run it.
pnpm add veact
Type this command into your terminal and run it.
pnpm install
Downloads and installs the libraries listed in package.json.
pnpm run dev
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
