Skip to content

Latest commit

 

History

History
60 lines (47 loc) · 2.17 KB

README.md

File metadata and controls

60 lines (47 loc) · 2.17 KB

Learn With Jason

Let's Learn Nuxt! (with Maya Shavin)

This app was built live on Learn With Jason and it was super fun and I’m sad you weren’t there.

But don’t worry! You can still: watch the video · see the demo · deploy this project · see upcoming episodes

 

If you’re building apps with Vue.js, Nuxt is a powerful way to get up and running quickly! In this episode, Maya Shavin teaches us how to combine Nuxt with Cloudinary for high-power, high-speed development!

 

More Information

 

Deploy this project to Netlify

Build Setup

# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn dev

# build for production and launch server
$ yarn build
$ yarn start

# generate static project
$ yarn generate

For detailed explanation on how things work, check out Nuxt.js docs.