Skip to content
This repository has been archived by the owner on Dec 13, 2020. It is now read-only.

Phoenix2k/nuxt-image-browser

Repository files navigation

nuxt-image-browser

Image browser based on Nuxt.js

Dependencies

Installation

Clone the repository:

$ git clone https://github.com/Phoenix2k/nuxt-image-browser.git

Install dependencies:

$ cd nuxt-image-browser
$ npm install

Development

Serve with hot reload:

$ npm run dev

Your server will be available at localhost:3000

Check for errors:

$ npm run lint

Check and fix errors automatically:

$ npm run lint:fix

Production

Build for production and launch server:

$ npm run build
$ npm start

Generate static files:

$ npm run generate

Static files are placed in the dist folder, which you can move on any device or server and use the index.html file contained within as the starting page.

Sources

License

MIT