문서 맞게 API만들기
get 이상함
get 은 query (url)
post 는 body
update는 url routing
create 만들기
기본 array content 없에기
Why does Mongoose add blank arrays?
I am trying to start using Mongoose as an ODM for MongoDB with my node.js application. I have noticed that when I design a schema with an embedded document that if I don't add a value to it, it sto...
https://stackoverflow.com/questions/12658152/why-does-mongoose-add-blank-arrays
나중에 exception 처리는 해야할듯
sadasddas
sdfs
page type and text type recursive v-if
draggable except textarea if else
draggable childrenle
vuex to read 3개 읽기
transigion time
CSS 트랜지션 사용하기
CSS 트랜지션은 CSS 속성을 변경할 때 애니메이션 속도를 조절하는 방법을 제공합니다. 속성 변경이 즉시 영향을 미치게 하는 대신, 그 속성의 변화가 일정 기간에 걸쳐 일어나도록 할 수 있습니다. 예를 들어, 여러분이 어떤 요소의 색상을 흰색에서 검은색으로 변경한다면, 변화는 대개 즉시 일어납니다. CSS 트랜지션을 이용하면, 모두 커스터마이즈 가능한 어떤 가속도 곡선을 따르는 시간 주기마다 변화가 일어납니다.
https://developer.mozilla.org/ko/docs/Web/CSS/CSS_Transitions/Using_CSS_transitions

js array soring
Sorting object property by values
If I have a JavaScript object such as: var list = { "you": 100, "me": 75, "foo": 116, "bar": 15 }; Is there a way to sort the properties based on value? So that I end up with list = {...
https://stackoverflow.com/questions/1069666/sorting-object-property-by-values
nuxtjs.org
nuxt.js가 Vuex 구현하는 핵심 이유는, 저장소를 사용하여 상태를 관리하는 것은 모든 대형 애플리케이션에서 중요하기 때문입니다. Nuxt.js는 store 디렉토리를 바라보고 있습니다. 만약 store 디렉토리가 존재한다면: Nuxt.js에서는 2가지 store 모드 를 지원하며, 선호하는 모드를 사용합니다: 클래식: store/index.js에서 store 인스턴스를 return 합니다. 모듈: store 디렉토리 내의 모든 .js 파일이 같은 이름의 모듈로 변환됩니다.
https://ko.nuxtjs.org/guide/vuex-store/

계산된 속성(computed), 감시자(watch) - hong's blog
이전 시간에 복잡한 javascript 표현식은 HTML 정보가 들어가야하는 부분보다는 vue인스턴스 안에서 처리를 하는것이 좋다고 언급한적이 있었다. computed 속성은 그런 처리를 담당하는 데이터 연산들을 정의하는 영역이다. computed의 reversedMessage가 호출되어 아래와 같이 출력된다 위의 computed 속성을 사용했을때와 methods 속성을 사용했을때 무슨 차이점이 있을까? 라는 의문점이 생기신분들도 계실것이다. 결과물만 놓고보자면 차이가 없다. 한번 확인해보자.
http://hong.adfeel.info/frontend/%EA%B3%84%EC%82%B0%EB%90%9C-%EC%86%8D%EC%84%B1computed-%EA%B0%90%EC%8B%9C%EC%9E%90watch/

mapState, mapGetters 그리고 computed의 역할이 혼란스러워요 - 인프런
질문 - mapState, mapGetters 그리고 computed의 역할이 혼란스러워요 안녕하세요. 강의 잘 듣고 있습니다 :) 강의 중에 this.$store.state.user 부분을 줄이기 위해 computed를 사용하시면서 템플릿 부분 텍스트를 깔끔하게 하기 위해 computed를 거치는 것은 Vue.js 공식가이드에 나와있는 방식이라고 하셨는데, 그러면 mapState나 mapGetters는 언제 써야 하는것인가요?
https://www.inflearn.com/questions/11792

if id is array getrecordsvalue
TYPESCRIPT
color token
Introduction
Nuxt TypeScript Support comes with 3 packages : @nuxt/types Contains Nuxt TypeScript type definitions. It is shipped by both @nuxt/typescript-build and @nuxt/typescript-runtime packages. @nuxt/typescript-build Nuxt module to use TypeScript in layouts, components, plugins and middlewares. @nuxt/typescript-runtime Nuxt wrapper binary to provide TypeScript runtime support for nuxt.config file, local modules and serverMiddlewares.
https://typescript.nuxtjs.org/guide/

version control
Mongoose find and return only a part of the document
My object: [ { "_id": "568ad3db59b494d4284ac191", "name": "Test", "groups": [ { "number": "1", "name": "GroupTest", "_id": "
https://stackoverflow.com/questions/35827979/mongoose-find-and-return-only-a-part-of-the-document
mongoose 는 odm이라 document일부만 못가져옴 - 따로 두는게 맞나
Mongoose __v property - hide?
Thanks for contributing an answer to Stack Overflow! Please be sure to answer the question. Provide details and share your research! Asking for help, clarification, or responding to other answers. Making statements based on opinion; back them up with references or personal experience. To learn more, see our tips on writing great answers.
https://stackoverflow.com/questions/13699784/mongoose-v-property-hide
vuex
login
page data
vue dolloar and underscore
Vue.js - Meaning of the dollar-prefix?
Thanks for contributing an answer to Stack Overflow! Please be sure to answer the question. Provide details and share your research! Asking for help, clarification, or responding to other answers. Making statements based on opinion; back them up with references or personal experience. To learn more, see our tips on writing great answers.
https://stackoverflow.com/questions/56881724/vue-js-meaning-of-the-dollar-prefix
winston file log
swagger md usability

Seonglae Cho