Tag

Vue CLI

0 views collected around this technical thread.

php中文网 Courses
php中文网 Courses
Nov 12, 2024 · Frontend Development

Vue.js 3.x Toolchain Course Overview

This course introduces Vue.js 3.x development tools such as Vue Devtools and Vue CLI, guiding learners through installation, project creation, component development, routing, state management with Vuex, and advanced techniques to build high‑quality web applications efficiently.

ToolchainVue CLIVue Devtools
0 likes · 3 min read
Vue.js 3.x Toolchain Course Overview
Sohu Tech Products
Sohu Tech Products
Feb 15, 2023 · Frontend Development

From Zero to One: Building a React CLI Scaffolding Tool Based on Vue CLI Insights

This article documents the complete process of researching, analyzing, and developing a custom React CLI scaffolding tool, including a detailed examination of Vue CLI's architecture, plugin mechanism, and codebase, as well as the implementation of interactive command‑line features, configuration options, and publishing steps.

CLIMonorepoNode.js
0 likes · 26 min read
From Zero to One: Building a React CLI Scaffolding Tool Based on Vue CLI Insights
Selected Java Interview Questions
Selected Java Interview Questions
Apr 22, 2022 · Information Security

Supply Chain Poisoning in node-ipc: Analysis, Impact, and Mitigation

Developers discovered that the npm package node‑ipc, widely used in vue‑cli, contained a malicious “peacenotwar” payload targeting Russian and Belarusian IPs, prompting security analysis, discussion of open‑source supply‑chain risks, and detailed remediation steps including package updates and code removal.

Vue CLInode-ipcnpm
0 likes · 8 min read
Supply Chain Poisoning in node-ipc: Analysis, Impact, and Mitigation
php中文网 Courses
php中文网 Courses
Apr 15, 2022 · Frontend Development

How npm run Executes Scripts and Uses node_modules/.bin in Vue CLI Projects

The article explains, through a mock interview, why running npm run xxx triggers npm to look up the script in package.json, creates local binary links in node_modules/.bin, and executes the corresponding command such as vue‑cli‑service serve without requiring a global installation.

Frontend DevelopmentScriptsVue CLI
0 likes · 8 min read
How npm run Executes Scripts and Uses node_modules/.bin in Vue CLI Projects
ByteFE
ByteFE
Jan 13, 2021 · Frontend Development

In‑Depth Analysis of Vue CLI Project Initialization and Plugin Architecture

This article provides a comprehensive walkthrough of Vue CLI's project initialization process, covering command‑line usage, entry‑file discovery, node version validation, intelligent command suggestion, preset handling, the Creator class workflow, prompt modules, plugin integration via Generator and GeneratorAPI, configuration extraction, and the final file generation steps.

CLIFrontend DevelopmentJavaScript
0 likes · 31 min read
In‑Depth Analysis of Vue CLI Project Initialization and Plugin Architecture