Image browser based on Nuxt.js
Clone the repository:
$ git clone https://github.com/Phoenix2k/nuxt-image-browser.gitInstall dependencies:
$ cd nuxt-image-browser
$ npm installServe with hot reload:
$ npm run devYour server will be available at localhost:3000
Check for errors:
$ npm run lintCheck and fix errors automatically:
$ npm run lint:fixBuild for production and launch server:
$ npm run build
$ npm startGenerate static files:
$ npm run generateStatic 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