Image browser based on Nuxt.js
Clone the repository:
$ git clone https://github.com/Phoenix2k/nuxt-image-browser.git
Install dependencies:
$ cd nuxt-image-browser
$ npm install
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
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.
- Icomoon.io
- Nuxt.js
- Vue.js
- Vue-Awesome-Swiper based on Swiper