Security News
Bun 1.2 Released with 90% Node.js Compatibility and Built-in S3 Object Support
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
vue-objects
Advanced tools
CSS Objects implementation in VueJS.
npm install --save vue-objects
import { Media } from 'vue-objects'
You can check out all the available components in src/lib.js
.
This package provides the necessary CSS styles to render each object properly,
but it's not mandatory to import them: you can use whatever style provider
you want to use. Just make sure to map correctly all the classes generated by vue-objects
.
Want to contribute?
# install dependencies
npm install
# serve demo site with hot reload at localhost:8080
npm start
# unit tests
npm test (or npm run tdd)
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
For detailed explanation on how things work, checkout the guide and docs for vue-loader.
Fork the repo, and then:
Add your brand new component in src/components/
folder. Develop and test it.
Make your component available by exporting it from src/lib.js
.
Add it to the demo/
app. Make sure to add import it in demo/index.js
and add a new route in demo/router/routes.js
.
Once registered and routed, develop a Showcase component and place it in demo/showcase
. You're done!
The dist folder is removed from .gitignore so that it's available on npm and user's who want the minified built distribution of this library can grab it (located in /lib subfolder). Also docs site built distribution is made available in the same folder (located in /docs subfolder).
This package was created using vue-template-library package. For further clarifications refer to its README.
FAQs
A WIP collection of OOCSS Objects written in Vue
The npm package vue-objects receives a total of 203 weekly downloads. As such, vue-objects popularity was classified as not popular.
We found that vue-objects demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.