quasar pug
// install pug needed libs
// edit quasar.conf.js as follow
extendWebpack (cfg) {
cfg.module.rules.push({
enforce: 'pre',
test: /\.(js|vue)$/,
exclude: /node_modules/
})
cfg.module.rules.push({
test: /\.pug$/,
loader: 'pug-plain-loader'
})
},
// yarn
yarn add --dev pug pug-plain-loader
// npm
npm install --save-dev pug pug-plain-loader
Also in C++:
- delete user centos 7 command line
- disable sound tab windows 10
- laravel install production
- how to install react loader spinner
- ffmpeg take screenshot
- sublime text 3 ubuntu
- install libreoffice linux
- check which users are part of a group linux
- firewall allow port ubuntu
- linux remove last line from file
- git update upstream url
- install guake ubuntu
- how to add multiple users to group in linux
- azure powershell runbook to start a virtual machine
- debian install node js
- uninstalling audacity on linux
- Flutter plugin not installed; this adds Flutter specific functionality
- awk use string as field separator
- "GH001: Large files detected. You may want to try Git Large File Storage" error fix
- ubuntu server change timezone
- imagemagick add background to transparent png
- the root filesystem requires manual fsck
- start apache service
- installing ruby on rails ubuntu 20.04