250x250
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
- Android
- https
- php
- 해시키
- OAuth
- Prometheus
- flutter
- AWS
- 구글 API
- python
- Vue
- pip
- Cordova
- nginx
- ubuntu
- PostgreSQL
- alb
- window
- Passport
- SSH
- 안드로이드
- MacOS
- FCM
- MYSQL
- selenium
- Laravel
- 파이썬
- mac
- Vue.js
- node
Archives
- Today
- Total
728x90
반응형
목록Netlify (1)
728x90
반응형
print( sjw.iq == 200) output : true
[Vue.js] Netlify + Serverless Function
1. netlify 설정 파일 작성 - 프로젝트 root에 netlify.toml 파일 작성 [build] command = "npm run dev" publish = "dist" functions = ".functions" [functions] node_bundler = "esbuild" 2. function 생성. - functions 디렉토리 생성 - test.ts 파일 작성. import fetch from 'node-fetch'; exports.handler = async (event, context) => { // get 방식일 경우 const isResponse = event.queryStringParameters.is_response; // post 방식일 경우 // const eventB..
Vue.js
2023. 4. 24. 23:34