Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Melon is a Nuxt.js starter for creative development.

Free Bootstrap 4 design system with over 100 components, pre-built pages, and a full UI kit for faster web projects.
Melon is a Nuxt.js starter template for creative development that pre-bundles Three.js, Pixi.js, i18n, Stylus, and Vuex, so you can build interactive, server-rendered web experiences without wiring each library yourself.
Melon is an open-source starter project built on Nuxt.js, a framework that provides server-side rendering for Vue.js applications. It takes a blank Nuxt project and adds the libraries most commonly needed for creative coding, along with useful NPM scripts. Running it requires npm; after cloning, npm install installs dependencies, and npm run dev starts a development server on localhost:3000 with hot reloading. The starter was created by Antoine Abbou, and a live demo is hosted at melon.antoineabbou.fr.
.styl support ready to use.npm run build to minify JS/CSS, npm run start to launch the built app, and npm run generate to export all routes as static HTML files for hosting on any static file server.npm run generate as static HTML.Clone the repository, run npm install from the project root, and then npm run dev starts the development server. For production, npm run build compiles and minifies the app, npm run start serves it in production mode, and npm run generate exports every route as an HTML file for static hosting. Detailed explanations of each Nuxt command are available in the official Nuxt.js documentation.