Vue.js
vue.js, proxy server(node.js), bigQuery 데이터 불러와 사용하기
vue.js, proxy server(node.js), bigQuery 데이터 불러와 사용하기
2020.08.26*홈페이지에 나와있는 상호명은 특정 상호명과 아무 관련이 없습니다. ㅡ. Result *ref : https://cloud.google.com/bigquery/docs/reference/libraries?hl=ko#client-libraries-install-nodejs bigQueryApi 라는 Js 파일을 생성하여 아래 코드를 작성하였습니다. const {BigQuery} = require('@google-cloud/bigquery'); const bigquery = new BigQuery(); async function query() { // Queries the U.S. given names dataset for the state of Texas. const query = `SELECT name ..
Vue.js01 :: vuetify, chip
Vue.js01 :: vuetify, chip
2020.08.24기존 코드를 위와같이 작성하였는데, chip 을 넣어서 작성하고 싶었다. 그래서 우선 테스트 파일을 작성하였고 내 프로젝트에서 사용할 카테고리는 Web, Iot, Cloud, Data, Server, Client, App, Firmware, AI, Network, BlockChain, Game, DB, security 이다. Vuetify 참고했다. https://vuetifyjs.com/ko/components/chips/ https://vuetifyjs.com/ko/components/combobox/ ㅡ. Template 카테고리 종류 Web Iot Cloud Data Server Client App Firmmware AI Network BlockChain Game DB security ㅡ. Jav..