vue-cli3/4与elementui使用

1、安装vue-cli3/4

MacBookPro:elementui zhangxm$ npm install -g @vue/cli
npm WARN deprecated [email protected]: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.
/usr/local/bin/vue -> /usr/local/lib/node_modules/@vue/cli/bin/vue.js

> [email protected] postinstall /usr/local/lib/node_modules/@vue/cli/node_modules/core-js
> node -e "try{require('./postinstall')}catch(e){}"

Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library!

The project needs your help! Please consider supporting of core-js on Open Collective or Patreon: 
> https://opencollective.com/core-js 
> https://www.patreon.com/zloirock 

Also, the author of core-js ( https://github.com/zloirock ) is looking for a good job -)

+ @vue/[email protected]
added 38 packages from 16 contributors, removed 24 packages and updated 158 packages in 138.231s

2、创建项目

1)vue create project 或可视化创建vue ui

2)vue init webpack project

vue ui方式

猜你喜欢

转载自www.cnblogs.com/xidianzxm/p/12213401.html