New: nuxtjsAll contenthive-129948hive-196917krsteemhive-183959zzanphotographyhive-180932hive-166405hive-144064uncommonlabhive-185836bitcoinhive-183397hive-188619krsuccesshive-150122hive-124908lifehive-101145hive-139150hive-109690hive-145157hive-184714hive-103599TrendingNewHotLikersdirmich (25)in nuxt • 6 years agoNuxt.js Authenticate with JWT[Login] login process with passport --> req.user is generated automatically by passport create route for '/auth/token' for get jwt token with req.user create nuxtServerInit for…duski.harahap (68)in utopian-io • 6 years agoUniversal Vue.js application with Nuxt.js part#10 Access the state with mapState and $store, Create search sytemRepository What Will I Learn? Access the state with mapState() in Vuex Access the state with $store in Vuex Create a search system Computed property Resources…duski.harahap (68)in utopian-io • 6 years agoUniversal Vue.js application with Nuxt.js part#9 Put method,Edit data and Delete data from APIRepository What Will I Learn? Put method Edit data from API Update data from API Process data with Vuex Resources Nuxt.js Website - Nuxt.js Github. -…duski.harahap (68)in utopian-io • 6 years agoUniversal Vue.js application with Nuxt.js part#8 Learn how to write mapActions, Delete data from API, Delete data with VuexRepository What Will I Learn? Learn how to write mapActions Delete data from API Process data with Vuex Resources Nuxt.js Website - Nuxt.js Github. - Axios-…duski.harahap (68)in utopian-io • 6 years agoUniversal Vue.js application with Nuxt.js part#7 mapActions, Submit data, Process data with VuexRepository What Will I Learn? Learn how to use mapActions Submit data to API Process data with Vuex Resources Nuxt.js Website - Nuxt.js Github. - Axios- JSON…duski.harahap (68)in utopian-io • 6 years agoUniversal Vue.js application with Nuxt.js part#6 Create Store in Vuex, Request data in Vuex, Data centralizedRepository What Will I Learn? Create Store in Vuex Request data in Vuex Making the data centralized Using Vuex on component Resources Nuxt.js Website - Nuxt.js…dirmich (25)in nuxtjs • 6 years agoNuxt.js 공짜로 도메인과 웹사이트 구축하기인터넷에는 수많은 공짜 리소스가 널려있다. 이들을 잘 활용하면 SSL이 적용된 웹사이트를 쉽게 만들수 있으며, Github와 연동하여 개발환경과 연동할 수 있다. 특별히 Nuxt/Vue.js에 국한된 사항은 아니라 Angular.js, React.js등 자신에게 맞는 환경을 써도 무방하다. 이 글에서는 이러한 방법을 알아보기로 한다. 공짜…duski.harahap (68)in utopian-io • 6 years agoUniversal Vue.js application with Nuxt.js part#5 Create Database API, Request data, Setup Port database and Nuxt.js ApplicationRepository What Will I Learn? Create Database API Request data in Nuxt.js Create a database with JSON Placeholder Setup Port database and Nuxt.js Application Resources…duski.harahap (68)in utopian-io • 6 years agoUniversal Vue.js application with Nuxt.js part#4 Dynamic components, Props, Transition page, Dynamic pagesRepository What Will I Learn? Dynamic components Communication between components with props Transition page on nuxt.js Dynamic pages Resources Nuxt.js Website - Nuxt.js…duski.harahap (68)in utopian-io • 6 years agoUniversal Vue.js application with Nuxt.js part#3 Create components in Nuxt.js, Reusable components, Nuxt-linkRepository What Will I Learn? Create components Reusable components Nuxt Link Requirements Basic Javascript Es6 Basic Vuejs Install Nuxt.js Basic Vuex…duski.harahap (68)in utopian-io • 6 years agoUniversal Vue.js application with Nuxt.js part#2 Vuex in Nuxt.js, Classic Mode and Modules ModeRepository What Will I Learn? Use Vuex in Nuxt.js State, Mutations, Actions How to write Classic mode and Modules mode Requirements Basic Javascript Es6 Basic Vuejs…duski.harahap (68)in utopian-io • 6 years agoUniversal Vue.js application with Nuxt.js part#1 nuxt structure, installation and Configuration, Global CSS and CSS frameworks, Asynchronous dataRepository What Will I Learn? Nuxt.js structure Installation and configuration Nuxt.js Create a global CSS and combination with CSS frameworks AJAX request in Nuxt.js…onemon (25)in vue • 7 years agonuxt.js > twitter + instagram style router modalnuxt.js 에서 트위터나 인스타그램처럼 라우팅을 하면서 그 자리에서 Modal 표시되는 기능을 작업해야 하는 이슈가 있었다. 이 기능을 작업하려면 다음과 같은 조건이 필요했다. 링크 요소를 클릭하여 라우팅한다. 라우팅을 하면 페이지 렌더링을 하지 않고, Modal 이 표시되어야 한다. 기본적으로 nuxt.js 는 $router에서 페이지…cyma (25)in pm2 • 7 years agoPM2 에서 Next.js OR Nuxt.js 동작시키기for development pm2 start npm --name "next" -- run dev for production npm run build pm2 start npm --name "next" -- start