I was looking for a SSR and scoped styles ready solution to implement inline SVG with Nuxt
You need svg-inline-loader and xmldom to be installed.
| module.exports = { | |
| root: true, | |
| env: { | |
| node: true, | |
| }, | |
| extends: [ | |
| 'plugin:vue/strongly-recommended', | |
| 'plugin:vue/recommended', | |
| 'plugin:vue/essential', | |
| '@vue/airbnb', |
| - name: birthdate | |
| label: Date of Birth | |
| type: text | |
| classes: past lifespan dob datepicker pure-input-1-3 | |
| # default: "{{ date('-30years') }}" | |
| size: small | |
| placeholder: 'dd/mm/yyyy' #fallback only, JS resets this | |
| novalidate: true | |
| validate: | |
| required: true |
I was looking for a SSR and scoped styles ready solution to implement inline SVG with Nuxt
You need svg-inline-loader and xmldom to be installed.
This text is the section about OS X Yosemite (which also works for macOS Sierra) from https://docs.basho.com/riak/kv/2.1.4/using/performance/open-files-limit/#mac-os-x
The last time i visited this link it was dead (403), so I cloned it here from the latest snapshot in Archive.org's Wayback Machine https://web.archive.org/web/20170523131633/https://docs.basho.com/riak/kv/2.1.4/using/performance/open-files-limit/
| version: '3.1' | |
| services: | |
| www: | |
| container_name: gravtest_www | |
| image: outrigger/apache-php:php71 | |
| network_mode: "bridge" | |
| environment: | |
| DOCROOT: /var/www | |
| volumes: |