【非專業前端】使用vue2.5.17+element2.4.5


開發工具:WebStorm

先搞好環境

可以看出,想安裝@vue/cli需要node.js。先去下載安裝好。

然后安裝@vue/cli

npm install -g @vue/cli
npm install -g @vue/cli-init

 安裝webpack

npm install -g webpack
npm install -g webpack-cli

查看版本

C:\Windows\System32>node --version
v8.11.1

C:\Windows\System32>vue --version
3.0.1

C:\Windows\System32>webpack -v
4.17.1

建立工程

F:\WebstormProjects>vue create my_vue


Vue CLI v3.0.1
? Please pick a preset: default (babel, eslint)


Vue CLI v3.0.1
✨  Creating project in F:\WebstormProjects\my_vue.
�  Initializing git repository...
⚙  Installing CLI plugins. This might take a while...


> yorkie@2.0.0 install F:\WebstormProjects\my_vue\node_modules\yorkie
> node bin/install.js

setting up Git hooks
done

added 1300 packages in 105.367s
�  Invoking generators...
�  Installing additional dependencies...

added 3 packages in 13.789s
⚓  Running completion hooks...

�  Generating README.md...

�  Successfully created project my_vue.
�  Get started with the following commands:

 $ cd my_vue $ npm run serve


F:\WebstormProjects>cd my_vue

F:\WebstormProjects\my_vue>vue add element

�  Installing vue-cli-plugin-element...

+ vue-cli-plugin-element@1.0.0
added 1 package in 15.764s
✔  Successfully installed plugin: vue-cli-plugin-element

? How do you want to import Element? Fully import
? Do you wish to overwrite Element's SCSS variables? Yes
? Choose the locale you want to load zh-CN

�  Invoking generator for vue-cli-plugin-element...
�  Installing additional dependencies...


> node-sass@4.9.3 install F:\WebstormProjects\my_vue\node_modules\node-sass
> node scripts/install.js

Cached binary found at d:\Users\001977\Application Data\npm-cache\node-sass\4.9.
3\win32-x64-57_binding.node

> node-sass@4.9.3 postinstall F:\WebstormProjects\my_vue\node_modules\node-sass
> node scripts/build.js

Binary found at F:\WebstormProjects\my_vue\node_modules\node-sass\vendor\win32-x
64-57\binding.node
Testing binary
Binary is fine
added 98 packages in 22.947s
⚓  Running completion hooks...

✔  Successfully invoked generator for plugin: vue-cli-plugin-element
   The following files have been updated / added:

     src/element-variables.scss
     src/plugins/element.js
     package-lock.json
     package.json
     src/App.vue
     src/main.js

   You should review these changes with git diff and commit them.


F:\WebstormProjects\my_vue>

最后運行:

 $ cd my_vue
 $ npm run serve

..

..

http://localhost:8080/

 

..

用Webstorm打開我們剛才新建的工程

..

右鍵package.json

..

雙擊即可啟動項目

..

也可以成功啟動,瀏覽器也可以訪問

 查看package.json

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM