🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.
|
|
il y a 4 ans | |
|---|---|---|
| .github | il y a 4 ans | |
| .vscode | il y a 5 ans | |
| packages | il y a 4 ans | |
| scripts | il y a 4 ans | |
| test-dts | il y a 4 ans | |
| .eslintrc.js | il y a 4 ans | |
| .gitignore | il y a 4 ans | |
| .prettierrc | il y a 4 ans | |
| CHANGELOG.md | il y a 4 ans | |
| LICENSE | il y a 6 ans | |
| README.md | il y a 4 ans | |
| SECURITY.md | il y a 4 ans | |
| api-extractor.json | il y a 4 ans | |
| jest.config.js | il y a 4 ans | |
| netlify.toml | il y a 4 ans | |
| package.json | il y a 4 ans | |
| pnpm-lock.yaml | il y a 4 ans | |
| pnpm-workspace.yaml | il y a 4 ans | |
| rollup.config.js | il y a 4 ans | |
| tsconfig.json | il y a 4 ans |
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).