1. begeta
Atomic css framework work with Bulma & Buefy
begeta
Package: begeta
Created by: Sellsuki
Last modified: Mon, 13 Jun 2022 04:29:51 GMT
Version: 1.0.0
Downloads: 5
Repository: https://github.com/Sellsuki/begeta

Install

npm install begeta
yarn add begeta

NPM version NPM downloads CircleCI

# Begeta

How to use

 npm install --save begeta
 import 'begeta/css/begeta.min.css'

OR

 <link rel="stylesheet" type="text/css" href="//unpkg.com/begeta/css/begeta.min.css">

Guide

Syncing a fork to sellsuki/begeta

Command line step

 # Add remote upstream from main repository
git remote add upstream https://github.com/Sellsuki/begeta.git
git fetch upstream

# Check out your fork's local `master` branch. and merge
git checkout master
git merge upstream/master

How to contribute

  1. Fork this repository (https://help.github.com/articles/fork-a-repo/)
  2. npm install || yarn
  3. npm run build || yarn build
  4. pull request

RELATED POST

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin