Install yarn
yarn
Well done !
Everything is ready to code ;)
yarn dev
yarn generate
And copy the dist
folder
- Knacss is automatically installed. If you want to use it, you can import it from
node_modules
in your scss files likeassets/stylesheets/style.scss
. - Sitemap
- PWA
- lozad
- SVG inline loader
- fontawesome
- Add
lozad
class in your img - Add mounted function in your template which contains
mounted () {
this.$lozad.observe();
},