Security News
PyPI Now Supports iOS and Android Wheels for Mobile Python Development
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
@doop/core-vue
Advanced tools
Doop core module for frontend Vue projects
This module generally lives inside a build script.
/**
* Process all .vue file <script frontend/>, <template/> and <style/> blocks
*/
let gulp = require('gulp');
let {compiler} = require('@doop/core-vue');
gulp.task('build.vue', ['load:app', 'load:app.git'], ()=>
compiler({
log: gulp.log, // Fancy logging output
})
);
This module exports the following sub-modules:
Perform a Doop / Frontend compilation process placing all files in the dist
directory within the parent Doop project.
This function expects the Doop global app
to be available and it will use it for pathing, config information.
Options:
Name | Type | Default | Description |
---|---|---|---|
once | boolean | false | Run the compiler loop once, if falsy a watcher is setup and the process never terminates |
config | Object | Internal config* | The Webpack config to use, see notes |
configMerge | Object | {} | Additional config to merge into base using _.merge() |
log | function | console.log | Logging function for any output |
colors | boolean | true | Whether to display coloring in output |
NOTES:
cacheCompiler
is enabled the Webpack compiler is loaded once and held in memory, it gets reused on all subsequent hitscacheCompiler
is enabled and the compiler is busy it is waited on before continuing so it can finish caching local data, a status message is displayed when this occursIncluded automatically when a Doop backend server loads to inject the Webpack HMR handlers.
FAQs
Doop core module for frontend Vue projects
The npm package @doop/core-vue receives a total of 0 weekly downloads. As such, @doop/core-vue popularity was classified as not popular.
We found that @doop/core-vue demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.