본문 바로가기

Programmer Jinyo/Developing

Vue + NativeScript 네이티브 앱 만들기 설명 참고 링크들


투명한 기부를 하고싶다면 이 링크로 와보세요! 🥰 (클릭!)

바이낸스(₿) 수수료 평생 20% 할인받는 링크로 가입하기! 🔥 (클릭!)

Basic



공식 docs


https://nativescript-vue.org/ko/docs/introduction/



앱 띄워보기 튜토리얼


http://vuejs.kr/vue/nativescript/2017/08/11/introduce-vue-nativescript-01/




Styling


네이티브 스크립트에 스타일링 하는 법


https://docs.nativescript.org/ui/styling#user-interface-styling



Local Storage


sqlite 사용 방법 (영어)


(Vuex와 같이 깔쌈하게 사용하는 방법을 정리 해 두었다)


https://www.nativescript.org/blog/data-management-with-sqlite-and-vuex-in-a-nativescript-vue-app




그렇지만 SQL이 마음에 들지 않아서 다른것을 찾아보았다.


application settings라는 것인데 key-value local storage이다.

자세한 docs는 아래에.


https://docs.nativescript.org/ns-framework-modules/application-settings



그리고 실제 vuex와 붙여서 앱에 적용하는 예제는 아래에.


https://www.nativescript.org/blog/key-value-local-storage-in-a-vue.js-nativescript-app-with-vuex