- Vue.js 3 Cookbook
- Heitor Ramon Ribeiro
- 89字
- 2021-06-11 18:11:57
Technical requirements
In this chapter, we will be using Node.js and Vue CLI.
Attention, Windows users—you need to install an npm package called windows-build-tools to be able to install the following required packages. To do this, open PowerShell as administrator and execute the following command:
> npm install -g windows-build-tools.
> npm install -g windows-build-tools.
To install Vue CLI, you need to open Terminal (macOS or Linux) or Command Prompt/PowerShell (Windows) and execute the following command:
> npm install -g @vue/cli @vue/cli-service-global
推薦閱讀
- Intel FPGA/CPLD設計(基礎篇)
- ATmega16單片機項目驅動教程
- 嵌入式技術基礎與實踐(第5版)
- 精選單片機設計與制作30例(第2版)
- Visual Media Processing Using Matlab Beginner's Guide
- 筆記本電腦使用、維護與故障排除從入門到精通(第5版)
- 基于Proteus仿真的51單片機應用
- Istio服務網格技術解析與實踐
- Wireframing Essentials
- Python Machine Learning Blueprints
- FPGA實驗實訓教程
- 微控制器的應用
- 微服務架構基礎(Spring Boot+Spring Cloud+Docker)
- PIC系列單片機的流碼編程
- Learn Qt 5