Skip to content

Commit 1cff62f

Browse files
committed
...
1 parent 91e1ce3 commit 1cff62f

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

misc/content/2019/09/tips-on-npm/tips-on-npm.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,20 @@ Slug: tips-on-npm
55
Title: Tips on npm
66
Category: Computer Science
77
Tags: programming, tips, npm, JavaScript, TypeScript
8-
Modified: 2021-05-03 21:44:47
8+
Modified: 2025-05-11 02:23:29
99

1010
**Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!**
1111

1212

13+
## Project Management Using npm
14+
15+
1. Initiate a project.
16+
17+
npm init
18+
19+
20+
21+
1322
yarn global add @vue/cli @vue/cli-service-global
1423
npm install -g @vue/cli @vue/cli-service-global
1524

0 commit comments

Comments
 (0)