1.0.12 • Published 9 months ago

voome_master v1.0.12

Weekly downloads
-
License
-
Repository
-
Last release
9 months ago

voome_master

This template should help get you started developing with Vue 3 in Vite.

Recommended IDE Setup

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Problem:

edsonlopes@edsonlb voome_masterpack % npm install npm WARN EBADENGINE Unsupported engine { npm WARN EBADENGINE package: '@vitejs/plugin-vue@3.2.0', npm WARN EBADENGINE required: { node: '^14.18.0 || >=16.0.0' }, npm WARN EBADENGINE current: { node: 'v15.8.0', npm: '7.5.1' } npm WARN EBADENGINE } npm WARN EBADENGINE Unsupported engine { npm WARN EBADENGINE package: 'vite@3.2.3', npm WARN EBADENGINE required: { node: '^14.18.0 || >=16.0.0' }, npm WARN EBADENGINE current: { node: 'v15.8.0', npm: '7.5.1' } npm WARN EBADENGINE }

Solution:

Using a Node Version Manager:

nvm install 16 Install a specific version number nvm use 16 Use the latest available 10 release

npm install Install all dependencies

npm run dev Run the server!

Output:

VITE v3.2.3 ready in 765 ms

➜ Local: http://localhost:5173/ (Can be anything!)

Extra cases:

nvm run 10 app.js Run app.js using node 16 nvm exec 10 node app.js Run node app.js with the PATH pointing to node 10 nvm alias default 10 Set default node version on a shell

Il 08/11/22 17:33, Edson Lopes ha scritto:

Main Vue.js Voome Visual Schema

git init

git remote add origin git@bitbucket.org:voomenetworkssrl/voome-masterpack.git

git push -u origin master