반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- build
- node
- xcode
- 리눅스
- androidstudio
- qunit
- vsCode
- MAC
- TensorFlow
- PYTHON
- 네트워크
- unittest
- 맥
- picker
- Chrome
- Android
- centos
- jest
- 개발
- MachineLearning
- IOS
- avds
- linux
- ReactNative
- localserver
- react
- VirtualBox
- webpack
- 센토스
Archives
- Today
- Total
로메오의 블로그
[Vue3 + typescript] 프로젝트 생성 vite 본문
반응형
VUE.JS 목록
버전확인
$ npm -version
8.11.0
$ vue --version
@vue/cli 5.0.1
프로젝트 생성
$ npm init vue@latest
Need to install the following packages:
create-vite-app
Ok to proceed? (y)
create-vite-app 이 없으면 설치합니다.
npm install이 되지 않은 상태이니 프로젝트에 진입해서 npm install 합니다.
모듈 설치
$ cd vite-test
$ npm install
$ code .
구동하기
$ npm run dev
배포하기
$ npm run build
dist 폴더에 배포되었습니다.
VUE.JS 목록
반응형
'Frontend > Vue' 카테고리의 다른 글
[Vue3 + typescript] Volar 설치 (0) | 2022.09.05 |
---|---|
[Vue3 + typescript] vuetify 설치 (0) | 2022.09.05 |
[Vue + typescript] d3.js (0) | 2022.08.05 |
[Vue + typescript] chart.js (0) | 2022.08.04 |
[Vue + typescript] *.d.ts 파일 만들기 (0) | 2022.08.03 |
Comments