🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.
|
|
há 4 anos atrás | |
|---|---|---|
| .github | há 4 anos atrás | |
| .vscode | há 5 anos atrás | |
| packages | há 4 anos atrás | |
| scripts | há 4 anos atrás | |
| test-dts | há 4 anos atrás | |
| .eslintrc.js | há 4 anos atrás | |
| .gitignore | há 4 anos atrás | |
| .prettierrc | há 4 anos atrás | |
| CHANGELOG.md | há 4 anos atrás | |
| LICENSE | há 6 anos atrás | |
| README.md | há 4 anos atrás | |
| SECURITY.md | há 4 anos atrás | |
| api-extractor.json | há 4 anos atrás | |
| jest.config.js | há 4 anos atrás | |
| netlify.toml | há 4 anos atrás | |
| package.json | há 4 anos atrás | |
| pnpm-lock.yaml | há 4 anos atrás | |
| pnpm-workspace.yaml | há 4 anos atrás | |
| rollup.config.js | há 4 anos atrás | |
| tsconfig.json | há 4 anos atrás |
This is the repository for Vue 3.x.
<script src="https://unpkg.com/vue@next"></script>Scaffold via create-vue:
# npm
npm init vue@latest
# yarn
yarn create vue
Please consult the Migration Guide.
Also note: Vue 3 does not support IE11 (RFC | Discussion).