Web (32) ์ธ๋ค์ผํ ๋ฆฌ์คํธํ [Vue.js] CLI ์ค์นํ๊ธฐ # ๋ก์ปฌ ์ค์น npm install @vue/cli # ์ ์ญ ์ค์น npm install -g @vue/cli # ์ ๋ฐ์ดํธ npm update @vue/cli # ์ญ์ npm uninstall @vue/cli npm ๊ฒฝ๋ก ํ์ธ npm config get prefix ์ค๋ฅ ๋ ๊ฒฝ์ฐ : ํ๊ฒฝ๋ณ์ Path์ ์ถ๊ฐ C:\Users\{YourUse}\AppData\Roaming\npm project ์์ฑ vue create vue-test vue-router ์ค์น npm install vue-router --save bootstrap vue ์ค์น npm install vue bootstrap-vue bootstrap bootstrap-vue.org/docs BootstrapVue Quickly integrate B.. MathJax, ๊ณฑํ๊ธฐ ์ ๋ ฅ $$ a\times b $$ $$ a\times b $$ $$ a\cdot b $$ $$ a\cdot b $$ [Vue.js] Vuetify, v-data-table year๋ ๋ด๋ฆผ์ฐจ์, name์ ์ค๋ฆ์ฐจ์ ์ ๋ ฌ ํ๊ณ ์ถ๋ค group-by ์ ๋ฐ๋ผ์ desc ์ค์ watch: { groupBy: function (newText) { if(newText === 'name'){ this.groupDesc = false } else{ this.groupDesc = true } } } ๋ค๋ฅธ tab์์ MathJax ์๋จนํ -> :eager="true"๋ก ์ค์ ํด์ผํจ First Tab vuetifyjs.com/en/api/v-tab-item/ Vuetify, refs tab์ด null ๋ก ์ด๊ธฐํ ๋์ด์์ผ๋๊น, tab ์์ ref์ ์ ๊ทผ์ด ์๋จ tab: 'tab-1' ๋ก ๋ฐ๊พธ๊ณ ๋ค์ ์๋ โ [nginx] ๊ธฐ๋ณธ ์ฐ๊ฒฐ https๋ก ์ค์ # HTTP server { listen 80; server_name sample.or.kr www.sample.or.kr; location / { return 301 https://$server_name$request_uri; } } godpeople.or.kr/board/3429912 The plain HTTP request was sent to HTTPS port ์๋ฌ ํด๊ฒฐ๋ฒ 400 Bad Request The plain HTTP request was sent to HTTPS port nginx nginx๋ก ์๋ฒ๋ฅผ ์ด์ํ ๋ ๊ฐ๊ธ์ ssl์ด ์ ์ฉ๋ 443ํฌํธ๋ก ์๋ฒ๋ฅผ ์ด์ํ๋ค. ์ด๋ Edgerouter์ ๊ฒฝ์ฐ NAT๋ฅผ ์ค์ ํ๋ฉด ํ์ค 80, 443 ํฌํธ๋ผ๋ NAT๋ฅผ ๊ฑฐ์น๏ฟฝ๏ฟฝ godpeople.or.kr ์น์์ OAuth 2.0 ์ฌ์ฉํ๊ธฐ (Google) Sign In/Authorize Revoke access developers.google.com/identity/protocols/oauth2/javascript-implicit-flow OAuth 2.0 for Client-side Web Applications | Google ID ํ๋ซํผ This document explains how to implement OAuth 2.0 authorization to access Google APIs from a JavaScript web application. OAuth 2.0 allows users to share specific data with an application while keeping their usernames, passwords, and o.. [Javascript] MathJax - ์ํ ๊ธฐํธ ์ฐ๊ธฐ MathJax : HTML ๋ฌธ์์์ ์ํ ์์์ ํํํ ์ ์๊ฒ ํด์ฃผ๋ ์คํ์์ค ์คํฌ๋ฆฝํธ $$ \frac{-b\pm\sqrt{b^2-4ac}}{2a} $$ $$ \frac{-b\pm\sqrt{b^2-4ac}}{2a} $$ http://www.hostmath.com/ HostMath - Online LaTeX formula editor and browser-based math equation editor Copy and paste the code above to your webpage! Equation Type Paragraph Equation Inline Equation www.hostmath.com https://johngrib.github.io/wiki/mathjax-latex/ MathJax๋ก La.. ์์ซ์ ๋ฐ์ฌ๋ฆผ parseFloat(20.1321231).toFixed(2) ์์ซ์ ๋์งธ์๋ฆฌ ๋ฐ์ฌ๋ฆผ ์ด์ 1 2 3 4 ๋ค์ ํฐ์คํ ๋ฆฌํด๋ฐ Developer๐ค๊ตฌ๋ ํ๊ธฐ