Front/Vue.js
Vue.js 세팅 (vs code)
1. 프론트 개발환경 세팅 터미널 연 후 mkdir 프로젝트 폴더명 생성한 폴더로 경로 이동 cd 프로젝트 폴더명 npm install -g @vue/cli 프로젝트 생성 vue create frontend babel, pwa, router, vuex use history mode -> no where do you prefer placing config for babel -> In dedicated config files save this as a preset -> no cd frontend npm run serve 2. 백엔드 개발환경 세팅 최상위 폴더 이동 후 express 프레임워크 설치 cd ../ npm install -g express-generator express --view=pug bac..
Vue.js 2
{{ abc }} 수량선택 1 2 3 " data-ke-type="html">HTML 삽입미리보기할 수 없는 소스 {{ abc }} 수량선택 1 2 3
Vue.js 기본
{{ title }} {{ p1 }} {{ p2 }} " data-ke-type="html">HTML 삽입미리보기할 수 없는 소스 {{ title }} {{ p1 }} {{ p2 }}