FrontEnd/Nuxt
Vue3 포인터 만들기 (Nuxt)
ref @pointerup @pointerdown @pointermove Click:{{ clicked }} X:{{ xPoint }} Y:{{ yPoint }}
ref @pointerup @pointerdown @pointermove Click:{{ clicked }} X:{{ xPoint }} Y:{{ yPoint }}
Vue 어플리케이션을 쉽게 생성하게 도와주는 프레임워크 Nuxt js Nuxt 공식사이트 The Intuitive Vue Framework Build your next Vue.js application with confidence using Nuxt. An open source framework making web development simple and powerful. nuxtjs.org 설치 방법 npx npx create-nuxt-app yarn yarn create nuxt-app npm npm init nuxt-app 명령어 실행후 나오는 체크리스트 ✨ Generating Nuxt.js project in hello ? Project name: (hello) 엔터 ? Programming la..