Notice
Recent Posts
Recent Comments
Link
250x250
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- docker network
- nginx
- subnetmask
- Linux
- jenkins github
- jenkins github 연동
- jenkins 설치
- Docker
- vue.js
- grpc
- IntelliJ
- JavaScript
- jenkins install
- CI/CD
- MongoDB
- MySQL
- Jenkins Pipeline
- jenkins maven
- jpa
- gradle
- Spring Boot
- 리눅스
- grafana
- spring
- 리액트
- jenkins jdk
- Jenkins
- REACT
- error
- java
Archives
- Today
- Total
728x90
목록vue (2)
뭐든 즐기면서 ;)

1. 프로젝트 설정(host, port 등) = /config/index.js 'use strict' // Template version: 1.3.1 // see http://vuejs-templates.github.io/webpack for documentation. const path = require('path') module.exports = { dev: { // Paths assetsSubDirectory: 'static', assetsPublicPath: '/', proxyTable: {}, // Various Dev Server settings host: 'localhost', // can be overwritten by process.env.HOST port: 8080, // can be ..
FRONT/Vue.js
2022. 10. 6. 01:28
Vue.js npm 기본 명령어
# install dependencies npm install # serve with hot reload at localhost:8080 npm run dev # build for production with minification npm run build # build for production and view the bundle analyzer report npm run build --report # run unit tests npm run unit # run e2e tests npm run e2e # run all tests npm test
FRONT/Vue.js
2022. 10. 6. 00:46
728x90