felixdenoix / melon

Melon is a Nuxt.js starter for creative development. ✌️

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Melon

alt text

Nuxt.js is a framework that helps you build server rendered Vue.js applications easily. It abstracts most of the complex configuration involved in managing things like asynchronous data, middleware, and routing.

Melon is a Nuxt.js starter for creative development.

It includes Three, Pixi.js, SmoothScroll, i18n and vueX.

Installation

Requirements

  • npm

Once the project is cloned, just run :

$ npm install

Development

Launch server dev listening to localhost:3000

$ npm run dev

Build

Create your application with a web server and minify the JS & CSS (for production).

$ npm run build

Start

Start the server in production mode (after running nuxt build).

$ npm run start

Generate

Create the application and generate all routes as HTML files (used for static hosting).

$ npm run generate

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

For detailed explanation on how things work, checkout the Nuxt.js docs.

License

MIT

About

Melon is a Nuxt.js starter for creative development. ✌️


Languages

Language:Vue 49.7%Language:JavaScript 30.9%Language:CSS 19.5%