범민의 기술블로그입니다.
Make sure to install the dependencies:
# npm
npm install
# pnpm
pnpm install
# yarn
yarn install
Start the development server on http://localhost:3000
:
# npm
npm run dev
# pnpm
pnpm run dev
# yarn
yarn dev
Build the application for production:
# npm
npm run build
# pnpm
pnpm run build
# yarn
yarn build
Locally preview production build:
# npm
npm run preview
# pnpm
pnpm run preview
# yarn
yarn preview
Check out the deployment documentation for more information.
https://wormwlrm.github.io/ https://techblog.woowahan.com/11998/ https://ansohxxn.github.io/index.html
로고 애니메이션 https://chpofo.tistory.com/47 https://ordinary-code.tistory.com/25
달리는 애니메이션 https://1yoouoo.tistory.com/38 // https://mylife365.tistory.com/70 // https://kimsangjun.tistory.com/102
마크다운 코드블락 하이라이팅 nuxt/content#1490