Ming
Ming
allow user to use ENV to custom the website content; support. ``` WEBSITE_TITLE: 'Test Title' WEBSITE_HOME_CONTENT: 'Test Content' WEBSITE_NAV_LOGO: '' WEBSITE_APP_TITLE: 'Test App Title' ```
`svg-sprite-loader` is good loader for svg. But the example `custom-runtime-generator` only include React. I create a repo for use svg-sprite-loader in vue through `runtime-generator`. Please see this repo: https://github.com/Akimyou/svg-sprite-vue-generator But...
https://router.vuejs.org/en/advanced/transitions.html https://router.vuejs.org/zh-cn/advanced/transitions.html
Px2rem is awesome, thank you. I added new features to px2rem. - remResetMeidas: Specifies the media query condition and properties, automatically generated media query code for reset rem - remResetPropertys:...
## Usage ```js // ac preprocess.preprocess(input, {}, { alias: { '@': 'test/fixtures/include/' } }) preprocess.preprocess(input, {}, { alias: { '@': path.join(__dirname, 'fixtures/include/') } }).should.equal("a!bazqux!c"); ``` ## Node Alias value must...