본문 바로가기
728x90
반응형

IT/VueJS12

VueJS 총론 개발자 : Evan You https://vuejs.org/ Vue.js - The Progressive JavaScript Framework | Vue.js Versatile A rich, incrementally adoptable ecosystem that scales between a library and a full-featured framework. vuejs.org VueCLI 를 이용해 프로젝트를 만든다. - Vue-UI : GUI를 통해 Vue 프로젝트 생성, 개발 및 관리 가능(Scaffolding Tool - 초기 구조를 만드는 툴) - DevTools : Vue 앱 디버깅을 위한 독립형 웹 브라우저 확장 scaffolding(비계) - Best Practice 를 모아서....자동으로.. 2022. 8. 23.
Vue 프로젝트 생성하기 터미널에서 다음 명령어 타이핑 vue create hello-vue-app 참고) https://cli.vuejs.org/guide/creating-a-project.html Creating a Project | Vue CLI Creating a Project vue create To create a new project, run: WARNING If you are on Windows using Git Bash with minTTY, the interactive prompts will not work. You must launch the command as winpty vue.cmd create hello-world. If you however want to still use cli.vuejs.org 만.. 2022. 8. 22.
ECMAScript 관련해서.... ECMAScript 사이트 https://www.ecma-international.org/ Home - Ecma International Ecma International is an industry association dedicated to the standardization of information and communication systems Ecma is driven by industry members to meet their needs, providing a healthy competitive landscape based on differentiation of products a www.ecma-international.org ES6 테스트 사이트 https://jsbin.com/ JS Bin.. 2022. 8. 22.
개발 환경 설정하기 - node와 VScode 설치 node와 VSCode는 설치법이 간단하니, 다른 글 참고. 설치후 확인 - C:\Users\User>node -v v16.14.0 C:\Users\User>npm -v 8.5.0 C:\Users\User> https://github.com/vuejs vuejs vuejs has 118 repositories available. Follow their code on GitHub. github.com https://github.com/vuejs/core GitHub - vuejs/core: 🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web. 🖖 Vue.js is a progress.. 2022. 8. 22.
728x90
반응형