Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ikkkp/vue5
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ikkkp/vue5
- Owner: ikkkp
- Created: 2023-11-28T15:18:42.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-28T15:21:41.000Z (about 1 year ago)
- Last Synced: 2023-11-28T16:54:34.725Z (about 1 year ago)
- Language: TypeScript
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vue 2 + 3 = 5
Put Vue 2 and Vue 3 into one project.
## Project setup
node version: v20.9.0 needed
```bash
nvm install v20.9.0nvm use v20.9.0
npm install --force
npm run dev
```