일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
31 |
Tags
- linux
- python 설치
- Machine Learning
- Language Intelligence
- server
- representation learning
- Python
- Visual Intelligence
- centOS
- Python 기초
- TensorFlow
- vuejs
- xshell
- 설정
- vue
- 설치
- Network
- ML
- 칼리
- 시퀸스 자료형
- 운영체제
- vmware
- 리눅스
- 가상머신
- Windows
- 머신러닝
- 텐서플로우
- 선형회귀
- 관리
- Kali
Archives
- Today
- Total
목록vuejs (1)
homebody's blog
[Vue] 1. npm, Vue 설치 및 Vue 프로젝트 생성
npm 설치 https://nodejs.org/en/에서 다운로드 및 기본 설치 Vue 설치 및 프로젝트 생성 터미널창을 열고 아래의 명령어를 입력한다. $ npm install vue $ npm install -g vue-cli $ vue init webpack projectName ? Project name projectName ? Project description A Vue.js project ? Author ? Vue build standalone ? Install vue-router? Yes ? Use ESLint to lint your code? Yes ? Pick an ESLint preset Standard ? Set up unit tests No ? Setup e2e tests with..
Vue.js
2019. 7. 30. 19:17