Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

agnostic-vue

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

agnostic-vue

AgnosticUI (Vue)

  • 1.0.1-11
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
83
increased by80.43%
Maintainers
1
Weekly downloads
 
Created
Source

AgnosticUI Vue

This is the Vue version of AgnosticUI.

Project setup

Install dependencies

yarn

Storybook

yarn storybook

Build

yarn build

You can also verify components in ./examples with yarn serve

Docs

A statically compiled version of the Storybook build can be ran with:

open ./docs/index.html

Build Notes

The rollup configuration and development workflow leveraged vue-sfc-rollup to get started (before some renaming and additional postcss config), and was inspired by this article: https://dev.to/htech/creating-a-vue-module-with-rollup-and-typescript-4igb

Requirements

NOTE: The following may not be relevant unless you're somehow importing the components directly. Need to verify. Using agnostic-Vue requires opting in to CSS Modules in your project. However, please note that we've opted to use kabob case like header-nav so if you set your vue.config.js or webpack.config.js to only allow camel case you'll break AgnosticUI:

    loaderOptions: {
      css: {
        // Note: the following config format is different between Vue CLI v4 and v3
        // For Vue CLI v3 users, please refer to css-loader v1 documentations
        // https://github.com/webpack-contrib/css-loader/tree/v1.0.1
        modules: {
          localIdentName: '[name]-[hash]'
        },
        // DO NOT ADD THIS LINE
        // localsConvention: 'camelCaseOnly'
      }

Keywords

FAQs

Package last updated on 09 Oct 2021

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc