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

@duotek/backoffice-ui

Package Overview
Dependencies
Maintainers
4
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@duotek/backoffice-ui

Duotek Backoffice UI

  • 0.4.12
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
4
decreased by-90%
Maintainers
4
Weekly downloads
 
Created
Source

@duotek/admin-panel

Набор ui для админок на nuxt'е

Включает в себя @duotek/ui

Установка

yarn add -E @duotek/admin-panel
# or
npm i -SE @duotek/admin-panel

Добавьте файл в папку к плагинам my-project/plugins/duotek-admin-panel.js

import Vue from "vue";
import DuotekAdminPanel from "@duotek/admin-panel";

export default ({app}) => {
  Vue.use(DuotekAdminPanel);
}

Подключите файл в nuxt.config.js

export default {
  plugins: [
    '~/plugins/duotek-admin-panel',
  ],
}

Подключите стили nuxt.config.js

export default {
  css: [
    '@duotek/admin-panel/assets/scss/style.scss', // Все стили библиотеки
    '@/assets/scss/style.scss', // Стили вашего проекта
    '@duotek/ui/assets/scss/generated.scss', // Не обязательные стили с хелперами
  ],
}

Включите транспиляцию nuxt.config.js

export default {
  build: {
    transpile: ['@duotek/admin-panel', '@duotek/ui', '@popperjs/core', 'autosize'],
  }
}

Документация

ui.duotek.ru.

Keywords

FAQs

Package last updated on 03 May 2024

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