Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Ecommerce Netlify | 1,398 | 8 months ago | 29 | Vue | ||||||
🛍 A JAMstack Ecommerce Site built with Nuxt and Netlify Functions | ||||||||||
Trailing Slash Guide | 209 | a year ago | 4 | mit | HTML | |||||
Understand and fix your static website trailing slash issues! | ||||||||||
Nuxt Netlify Cms Module | 194 | 6 | 3 years ago | 16 | February 22, 2019 | 40 | mit | JavaScript | ||
Easy Netlify CMS integration with nuxt.js | ||||||||||
Bael Template | 192 | a year ago | 19 | mit | Vue | |||||
Brutalist Blog theme for Netlify CMS | ||||||||||
Nuxt Netlify Cms Starter Template | 170 | 3 years ago | 3 | other | Vue | |||||
⚡ Build server-less, static websites with Vue.js and Netlify CMS. | ||||||||||
Cvfy | 150 | 4 months ago | 3 | mit | Vue | |||||
CV generator built with Nuxt.js, TailwindCSS, deployed on Netlify. | ||||||||||
Nuxt Netlify | 112 | 10 | 2 | 3 months ago | 6 | March 31, 2020 | 16 | mit | JavaScript | |
Dynamically generate `_headers` and `_redirects` files for Netlify in your Nuxt.js projects | ||||||||||
Bluise | 97 | a year ago | 11 | mit | Vue | |||||
🍄 Bluise - A Nuxt.js & Netlify CMS boilerplate. | ||||||||||
Nuxtdoc | 93 | 4 years ago | mit | Vue | ||||||
A setup to build beautiful documentation with Nuxt and Storyblok deployed on Netlify for everyone | ||||||||||
Portfolio 2021 | 78 | 5 months ago | 13 | Vue | ||||||
My personal website/portfolio built with Nuxt and Storyblok CMS. |
I wanted to explore Netlify CMS & Tailwind CSS, ended up creating this boilerplate.
So far we've got:
Few things I'd like to add in the future:
# ensure you have the prerequisites
# install
brew install node && brew install yarn
# OR update
brew update && brew upgrade && brew install yarn
# install dependencies
yarn install
# serve with hot reload at localhost:3000
yarn dev
# build for production with minification
yarn generate
# run all tests
yarn test
Note: You'll need to specify the Netlify URL when browsing the admin page locally.