petite-vue
6kb subset of Vue optimized for progressive enhancement
File Explorer
Download Latest Version (.zip)- commits.html
- grid.html
- markdown.html
- svg.html
- todomvc.html
- tree.html
- release.js
- bind.ts
- effect.ts
- for.ts
- html.ts
- if.ts
- index.ts
- model.ts
- on.ts
- ref.ts
- show.ts
- text.ts
- app.ts
- block.ts
- context.ts
- eval.ts
- index.ts
- scheduler.ts
- utils.ts
- walk.ts
- bind.html
- cloak.html
- component.html
- custom-delimiters.html
- effect.html
- for.html
- html.html
- if.html
- model.html
- multi-mount.html
- on.html
- once.html
- pre.html
- reactive.html
- ref.html
- scope.html
- show.html
- text.html
- .gitignore
- CHANGELOG.md
- index.html
- LICENSE
- package.json
- pnpm-lock.yaml
- README.md
- tsconfig.json
- vite.config.ts
π Installation Guide
1. Get the code
git clone https://github.com/vuejs/petite-vue
Downloads the entire project code from GitHub to your computer.
cd petite-vue
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
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.
// repository documentation
Was this content helpful?
(0 ratings)
