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.
The front-end UI framework with Vue.js and SCSS.
https://archco.github.io/moss-ui/
npm install moss-ui
// In your app.scss file.
@import 'app-variables'; // Customize variables for application.
@import '~moss-ui/src/scss/moss';
...
// In your app.js
import Vue from 'vue';
import MossUI from 'moss-ui';
Vue.use(MossUI);
window.vm = new Vue({
el: '#app',
});
<!-- in the <head> tag -->
<link rel="stylesheet" href="/css/app.css">
...
<!-- in the end of the <body> tag -->
<script crossorigin="anonymous" src="https://polyfill.io/v3/polyfill.min.js"></script>
<script src="/js/app.js"></script>
Please see Documents
[0.8.3] - 2019-12-27
scss/parts/input-group
. (f7a5c3473af976abcfe452de5ff2213c33e5441b)FAQs
The front-end UI framework with Vue.js and SCSS.
We found that moss-ui 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.