Requirements:
Setup: Clone https://git.builderdesigns.com/jerome/dsldhomes.com-2016.git cd dsldhomes.com-2016 npm install Start development environment npm r …
Plugin info
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 2967 days ago
Is Requirements: abandoned?
Possibly abandoned (last update 2967 days ago).
Compatibility
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
Description
Setup:
Clone https://git.builderdesigns.com/jerome/dsldhomes.com-2016.git
cd dsldhomes.com-2016
npm install
Start development environment
npm run serve
Stop development environment
[CTRL] + C
Build production files and save to ‘dist’ folder.
npm run build
Preview dist folder
npm run serve:dist
Master branch is production
Staging branch is testing
[Your branch here] is dev
Favicon is generated from /images/favicon.png
Try to keep site-specific code in CommonController or index.html and wrapped in
client name comments (). The rest of index.js should be generic.
CommonController ‘filters’ are a work in progress. Would be nice to have a
generic set to use across all sites.
FAQ:
It gave me the thing when trying to commit (VIM)?
[Escape] :WQ [Enter]
How to smooth scroll without adding # to URL
Replace with
See index.js for more options.


