일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- TensorFlow
- 리눅스
- ML
- Python 기초
- Machine Learning
- vmware
- representation learning
- Python
- vue
- 텐서플로우
- xshell
- 머신러닝
- 운영체제
- server
- Visual Intelligence
- 시퀸스 자료형
- linux
- 설치
- Kali
- 관리
- 가상머신
- 설정
- 선형회귀
- Network
- centOS
- 칼리
- Windows
- Language Intelligence
- vuejs
- python 설치
Archives
- Today
- Total
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 Nightwatch? Yes ? Should we run `npm install` for you after the project has been created? (recommended) npm $ npm run dev
-
서버가 켜지게 된다.(http://localhost:8080/)
'Vue.js' 카테고리의 다른 글
[Vue] 3. Vue파일 Component로 넣기 (0) | 2019.07.31 |
---|---|
[Vue] 2. Hello world만 출력 (0) | 2019.07.31 |
Comments