
Product
A New Design for GitHub PR Comments
We redesigned our GitHub PR comments to deliver clear, actionable security insights without adding noise to your workflow.
weex-vue-precompiler
Advanced tools
weex-vue-precompiler is a node transformer plugin for vue-loader. The main purpose is to precompile nodes for weex-vue-render to reduce performance consumption in render's runtime.
Use this precompiler can save you a lot of render time for weex running on web using weex-vue-render.
In you vue-loader config, you can use it like this:
// require and init.
const precompile = require('weex-vue-precompiler')(/*optional config*/)
// in vue config:
{
optimizeSSR: false,
postcss: [
require('postcss-plugin-weex')(),
require('autoprefixer')({
browsers: ['> 0.1%', 'ios >= 8', 'not ie < 12']
}),
require('postcss-plugin-px2rem')({ rootValue: 75 })
],
compilerModules: [
{
postTransformNode: el => precompile(el)
}
],
}
autoprefixer
: options for autoprefixer. default is { browsers: ['> 0.1%', 'ios >= 8', 'not ie < 12'] }.px2rem
: options for postcss-plugin-px2rem. default is: { rootValue: 75 }.NOTE: This plugin should only work with weex-vue-render-next in pair, which is > 0.12.xx. The version before 0.13 is not compatible.
FAQs
a precompiler for weex-vue-render.
The npm package weex-vue-precompiler receives a total of 23 weekly downloads. As such, weex-vue-precompiler popularity was classified as not popular.
We found that weex-vue-precompiler demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
We redesigned our GitHub PR comments to deliver clear, actionable security insights without adding noise to your workflow.
Product
Our redesigned Repositories page adds alert severity, filtering, and tabs for faster triage and clearer insights across all your projects.
Security News
Slopsquatting is a new supply chain threat where AI-assisted code generators recommend hallucinated packages that attackers register and weaponize.