일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- centOS
- 리눅스
- vuejs
- 관리
- 머신러닝
- ML
- 운영체제
- Language Intelligence
- Machine Learning
- Python
- vmware
- linux
- 시퀸스 자료형
- server
- 선형회귀
- representation learning
- Network
- 설정
- 가상머신
- Kali
- 칼리
- Visual Intelligence
- Windows
- xshell
- python 설치
- 텐서플로우
- TensorFlow
- Python 기초
- vue
- 설치
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