안녕하세요 상훈입니다.
Vuejs를 설치하여 사용 할 수 있도록 vue js 설치하는 방법을 간단하게 명령어로 설명하도록 하겠습니다.
$ npm install -g @vue/cli
이렇게 작성하시면 자동으로 설치가 완료 됩니다.
그리고 vue 명령어를 사용하실 수 있게됩니다.
예시) vue 버전 확인하기
$ vue --version
기타 다른명령어가 무엇이 있는지 확인
$ vue
Usage: vue <command> [options]
Options:
-V, --version output the version number
-h, --help output usage information
Commands:
create [options] <app-name> create a new project powered by vue-cli-service
add [options] <plugin> [pluginOptions] install a plugin and invoke its generator in an already created project
invoke [options] <plugin> [pluginOptions] invoke the generator of a plugin in an already created project
inspect [options] [paths...] inspect the webpack config in a project with vue-cli-service
serve [options] [entry] serve a .js or .vue file in development mode with zero config
build [options] [entry] build a .js or .vue file in production mode with zero config
ui [options] start and open the vue-cli ui
init [options] <template> <app-name> generate a project from a remote template (legacy API, requires @vue/cli-init)
config [options] [value] inspect and modify the config
outdated [options] (experimental) check for outdated vue cli service / plugins
upgrade [options] [plugin-name] (experimental) upgrade vue cli service / plugins
migrate [options] [plugin-name] (experimental) run migrator for an already-installed cli plugin
info print debugging information about your environment
Run vue <command> --help for detailed usage of given command.
이상입니다.
리액트했다가 뷰했다가 환장파티~!
npm run dev 에러 해결 (0) | 2021.09.27 |
---|---|
[ ESLint ] 에러 해결 : 1 error and 0 warnings potentially fixable with the `--fix` option. (0) | 2021.09.23 |
[ Vue.js ] 뷰 프로젝트 생성하는 방법 / How to Create Vue-Project (0) | 2021.09.19 |
[ Vue.js ] 반복문 사용하기 for .. in .. , 객체 리스트 출력하는 방법 (0) | 2021.09.15 |
[ Vue.js ] Vue에서 js의 onClick 하는 방법, if 조건문 사용하기 (0) | 2021.09.15 |
댓글 영역