https://github.com/yamoo9/vue-full
Vue 프로젝트 템플릿 Full Version. (Webpack, hot-reload, ESLint 문법 검사, 유닛 테스트, CSS 추출)
https://github.com/yamoo9/vue-full
e2e ecmascript2015 es6 eslint pug sass unit-test vue webpack
Last synced: about 2 months ago
JSON representation
Vue 프로젝트 템플릿 Full Version. (Webpack, hot-reload, ESLint 문법 검사, 유닛 테스트, CSS 추출)
- Host: GitHub
- URL: https://github.com/yamoo9/vue-full
- Owner: yamoo9
- Created: 2017-07-20T06:10:59.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-07T00:09:11.000Z (almost 8 years ago)
- Last Synced: 2025-03-30T08:41:34.349Z (3 months ago)
- Topics: e2e, ecmascript2015, es6, eslint, pug, sass, unit-test, vue, webpack
- Language: JavaScript
- Homepage:
- Size: 43.9 KB
- Stars: 3
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-full
Vue 프로젝트 템플릿 Full Version. (Webpack, hot-reload, ESLint 문법 검사, 유닛 테스트, CSS 추출)
## 문서
- [GitBook: vuejs-templates.github.io/webpack](https://vuejs-templates.github.io/webpack/)
## 사용법
``` bash
$ npm install -g vue-cli
$ vue init yamoo9/vue-full vue-project
$ cd vue-project
$ npm install
$ npm run dev
```Port 번호는 기본 `8080`을 사용합니다. Port 변경이 필요한 경우 `config/index.js` 에서 수정하세요.
## 템플릿에 포함된 명령
- `npm run dev`: 개발 환경
- `npm run build`: 빌드 배포
- `npm run unit`: 유닛 테스트
- `npm run e2e`: End-to-end 테스트