- Vue.js 3 Cookbook
- Heitor Ramon Ribeiro
- 116字
- 2021-06-11 18:11:54
Technical requirements
In this chapter, we will be using Node.js, Vue CLI, and TypeScript.
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 it, open PowerShell as administrator and execute the following command:
> npm install -g windows-build-tools.
> npm install -g windows-build-tools.
To install the Vue CLI tool, open Terminal (macOS or Linux) or Command Prompt/PowerShell (Windows) and execute the following command:
> npm install -g @vue/cli @vue/cli-service-global
To install TypeScript, open Terminal (macOS or Linux) or Command Prompt/PowerShell (Windows) and execute the following command:
> npm install -g typescript
推薦閱讀
- Learning SQL Server Reporting Services 2012
- 24小時學(xué)會電腦組裝與維護
- 顯卡維修知識精解
- 極簡Spring Cloud實戰(zhàn)
- INSTANT Wijmo Widgets How-to
- 嵌入式技術(shù)基礎(chǔ)與實踐(第5版)
- 基于ARM的嵌入式系統(tǒng)和物聯(lián)網(wǎng)開發(fā)
- OUYA Game Development by Example
- Neural Network Programming with Java(Second Edition)
- Istio服務(wù)網(wǎng)格技術(shù)解析與實踐
- Python Machine Learning Blueprints
- Spring Cloud實戰(zhàn)
- STM32自學(xué)筆記
- 單片機原理與技能訓(xùn)練
- 嵌入式系統(tǒng)原理及應(yīng)用:基于ARM Cortex-M4體系結(jié)構(gòu)