#nuxtjsUnmoderated tagAll postsTrending CommunitiesNewcomers' CommunitySteemitCryptoAcademySteemit Feedbackআমার বাংলা ব্লগKorea • 한국 • KR • KOSTEEM CN/中文Comunidad LatinaSteem AllianceSteem POD TeamAVLE 일상WORLD OF XPILARTron Fan ClubExplore Communities...#nuxtjsTrendingHotNewPayoutsMuteddirmich (25)in #nuxt • 7 years agoNuxt.js Authenticate with JWT[Login] login process with passport --> req.user is generated automatically by passport create route for…duski.harahap (68)in #utopian-io • 7 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…duski.harahap (68)in #utopian-io • 7 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…duski.harahap (68)in #utopian-io • 7 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…duski.harahap (68)in #utopian-io • 7 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…duski.harahap (68)in #utopian-io • 7 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…dirmich (25)in #nuxtjs • 7 years agoNuxt.js 공짜로 도메인과 웹사이트 구축하기인터넷에는 수많은 공짜 리소스가 널려있다. 이들을 잘 활용하면 SSL이 적용된 웹사이트를 쉽게 만들수 있으며, Github와 연동하여 개발환경과 연동할 수 있다. 특별히 Nuxt/Vue.js에 국한된 사항은…duski.harahap (68)in #utopian-io • 7 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…duski.harahap (68)in #utopian-io • 7 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…duski.harahap (68)in #utopian-io • 7 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…duski.harahap (68)in #utopian-io • 7 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…duski.harahap (68)in #utopian-io • 7 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…onemon (25)in #vue • 7 years agonuxt.js > twitter + instagram style router modalnuxt.js 에서 트위터나 인스타그램처럼 라우팅을 하면서 그 자리에서 Modal 표시되는 기능을 작업해야 하는 이슈가 있었다. 이 기능을 작업하려면 다음과 같은 조건이 필요했다. 링크 요소를 클릭하여…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