- 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設計(基礎篇)
- BeagleBone By Example
- 計算機組裝·維護與故障排除
- Intel FPGA/CPLD設計(高級篇)
- 從零開始學51單片機C語言
- Camtasia Studio 8:Advanced Editing and Publishing Techniques
- Large Scale Machine Learning with Python
- Hands-On Machine Learning with C#
- 計算機組裝與維護(第3版)
- STM32嵌入式技術應用開發全案例實踐
- SiFive 經典RISC-V FE310微控制器原理與實踐
- Spring Cloud微服務和分布式系統實踐
- IP網絡視頻傳輸:技術、標準和應用
- USB應用開發寶典
- Learning Less.js