Skip to content

Aylay/starter-kit-nuxt

Repository files navigation

A Starter Kit for Front-End Dev using Nuxt / SCSS

Install

Dependencies

Install yarn

To do

yarn

Well done !

Everything is ready to code ;)

To code

yarn dev

To export in HTML files

yarn generate

And copy the dist folder

Others

  • Knacss is automatically installed. If you want to use it, you can import it from node_modules in your scss files like assets/stylesheets/style.scss.
  • Sitemap
  • PWA
  • lozad
  • SVG inline loader
  • fontawesome

Add lozad in your img

  • Add lozad class in your img
  • Add mounted function in your template which contains
mounted () {
	this.$lozad.observe();
},