
E:\work\myVue\getStarted>npm install -g @vue/cli

vue create vuetify-todo
E:\work\myVue\getStarted\todo>
vue create vuetify-todo
Vue CLI v5.0.8
? Please pick a preset: Manually select features
Vue CLI v5.0.8
✨ Creating project in E:\work\myVue\getStarted\todo\vuetify-todo.
⚙️ Installing CLI plugins. This might take a while…
npm WARN config global --global
, --local
are deprecated. Use --location=global
instead.
added 837 packages, and audited 838 packages in 19s
90 packages are looking for funding
run npm fund
for details
found 0 vulnerabilities
🚀 Invoking generators…
📦 Installing additional dependencies…
npm WARN config global --global
, --local
are deprecated. Use --location=global
instead.
added 10 packages, and audited 848 packages in 2s
91 packages are looking for funding
run npm fund
for details
found 0 vulnerabilities
⚓ Running completion hooks…
📄 Generating README.md…
🎉 Successfully created project vuetify-todo.
👉 Get started with the following commands:
$ cd vuetify-todo
$ npm run serve
E:\work\myVue\getStarted\todo>cd vuetify-todo
E:\work\myVue\getStarted\todo\vuetify-todo>vue add vuetify
📦 Installing vue-cli-plugin-vuetify…
npm WARN config global --global
, --local
are deprecated. Use --location=global
instead.
added 10 packages, and audited 858 packages in 948ms
92 packages are looking for funding
run npm fund
for details
found 0 vulnerabilities
✔ Successfully installed plugin: vue-cli-plugin-vuetify
? Choose a preset: Vuetify 2 – Vue CLI (recommended)
🚀 Invoking generator for vue-cli-plugin-vuetify…
WARN conflicting versions for project dependency “sass-loader”:
- ^12.0.0 injected by generator "undefined"
- ^10.0.0 injected by generator "vue-cli-plugin-vuetify"
Using newer version (^12.0.0), but this may cause build errors.
📦 Installing additional dependencies…
npm WARN config global --global
, --local
are deprecated. Use --location=global
instead.
added 8 packages, and audited 866 packages in 3s
94 packages are looking for funding
run npm fund
for details
found 0 vulnerabilities
⚓ Running completion hooks…
✔ Successfully invoked generator for plugin: vue-cli-plugin-vuetify
vuetify Discord community: https://community.vuetifyjs.com
vuetify Github: https://github.com/vuetifyjs/vuetify
vuetify Support Vuetify: https://github.com/sponsors/johnleider
npm run serve
E:\work\myVue\getStarted\todo\vuetify-todo>npm run serve
npm WARN config global --global
, --local
are deprecated. Use --location=global
instead.
vuetify-todo@0.1.0 serve
vue-cli-service serve
INFO Starting development server…
DONE Compiled successfully in 8606ms 12:03:41 AM
App running at:
- Local: http://localhost:8080/
- Network: http://192.168.50.200:8080/ Note that the development build is not optimized.
To create a production build, run npm run build.
