반응형

https://mobbin.com/

 

 

https://dribbble.com/

 

Dribbble - Discover the World’s Top Designers & Creative Professionals

logo, logo design, branding

dribbble.com

 

 

https://wwit.design/

 

Lifeplus

한국의 UI/UX 모바일 패턴을 수집합니다.

wwit.design

 

 

https://calmcode.io/labs/tuilwind-css

 

Like using tailwind for Terminal User Interfaces

Tailwind for Terminal Apps.

calmcode.io

 

 

https://developer.mozilla.org/en-US/blog/javascript-set-methods/

 

New JavaScript Set methods | MDN Blog

New JavaScript Set methods are landing across browsers. Learn about sets, how you can use these methods to compare different sets, create new sets with specific properties, and more.

developer.mozilla.org

 

 

https://github.com/WebdevShefali/CheatSheets

 

GitHub - WebdevShefali/CheatSheets

Contribute to WebdevShefali/CheatSheets development by creating an account on GitHub.

github.com

 

 

 

npm -i D

npm install -D

npm install -dev
npm install --save-dev

> devDependencies

반응형

'2024' 카테고리의 다른 글

20240709_v  (0) 2024.07.09
엑셀 단축키  (0) 2024.07.09
20240703_npm_vue_router  (0) 2024.07.03
vscode, vue, extension  (0) 2024.07.01
Flutter_2_nomadcoders  (0) 2024.05.06
반응형

// install package

npm install {package}

npm install -g {package}

 

// list up installed package

npm list

npm list -g

npm list -g --depth=0

 

// update package

npm update -g package

 

// uninstall package

npm uninstall -g package

 

// router

npm install vue-router@next

import { createRouter, createWebHistory } from 'vue-router'

src/main.js > Router 등록

src/App.vue > router-view 추가

반응형

'2024' 카테고리의 다른 글

엑셀 단축키  (0) 2024.07.09
20240705_um  (0) 2024.07.08
vscode, vue, extension  (0) 2024.07.01
Flutter_2_nomadcoders  (0) 2024.05.06
console.?  (0) 2024.02.17
반응형

prettier

auto rename tag

auto close tag

vetur

vue 3 snippets

vue peek

DotENV

 

chrome extension - devtools vue

반응형

'2024' 카테고리의 다른 글

엑셀 단축키  (0) 2024.07.09
20240705_um  (0) 2024.07.08
20240703_npm_vue_router  (0) 2024.07.03
Flutter_2_nomadcoders  (0) 2024.05.06
console.?  (0) 2024.02.17

+ Recent posts