Tag

Publishing

0 views collected around this technical thread.

New Oriental Technology
New Oriental Technology
Jan 11, 2021 · Frontend Development

Understanding npm Dependency Management and Building a Publishable npm Package with Webpack

This article explains how npm flattens dependencies, compares npm, cnpm and yarn, outlines the evolution of package managers, details essential package.json fields, demonstrates using nrm, and provides a step‑by‑step guide to configure Webpack, create, build, and publish a custom npm package.

DependencyPackage ManagementPublishing
0 likes · 11 min read
Understanding npm Dependency Management and Building a Publishable npm Package with Webpack
政采云技术
政采云技术
Oct 10, 2019 · Frontend Development

DIY VSCode Extension: A Step‑by‑Step Guide to Boost Development Efficiency

This article provides a comprehensive tutorial on creating a VSCode extension—from preparing the development environment and using Yeoman scaffolding to implementing code‑snippet contributions, debugging, packaging, and publishing—complete with command‑line examples and detailed explanations of key configuration files.

Node.jsPublishingSnippets
0 likes · 11 min read
DIY VSCode Extension: A Step‑by‑Step Guide to Boost Development Efficiency