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