Closed martinalbert closed 1 year ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated |
---|---|---|---|---|
vuejs-starter-buttercms | ✅ Ready (Inspect) | Visit Preview | 💬 Add your feedback | Jan 30, 2023 at 10:26AM (UTC) |
@martinalbert does this need to be updated: https://share.getcloudapp.com/NQu4924O
@martinalbert second question - i see this now runs on localhost:5173 instead of 3000. This seems like a very minor change - but there are a number of places throughout our website and materials where this starter project is already featured and instructions already exist to run on localhost:3000. Is it possible to add a configuration setting somewhere that forces this to 3000? or is that behavior not preferred for some reason?
@ViolanteCodes regarding the recommended node version, it seems like updates are about dropping support of node v12 or v14, so 16 should be still ok, unless you'll use something new from @types/node
or vite
which uses node v18. I would have to dig deeper to check if everything that you use is compatible with v16.
Regarding the port, you're right, I can change the port to 3000.
npm-check-updates
output:Major changes
@types/node
@vitejs/plugin-vue
eslint-plugin-vue
- v9 changesvite
- node EOL, major rollup releases, browser releases and morevue-tsc
- few breaking changes regardingvueCompilerOptions
and extensions (more info here)npm audit
main
branch found 2 vulnerabilities (1 moderate, 1 critical)npm audit fix
found 0