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

anta-element-ui-components-next

Package Overview
Dependencies
Maintainers
1
Versions
106
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

anta-element-ui-components-next

anta fila element-plus vue

  • 0.2.62
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

ANTA ELEMENT UI PLUS

npm license

基于 element-plus 定制主题

安装

npm i anta-element-ui-components-next

使用

import 'anta-element-ui-components-next/src/scss/index.scss';
import AntaElementUIPlus from 'anta-element-ui-components-next';

Vue.use(AntaElementUIPlus);
// vue.config.js

module.exports = {
	filenameHashing: true,
	runtimeCompiler: true,
	transpileDependencies: ['anta-element-ui-components-next', 'element-ui'],
	pages: {
		index: {
			entry: 'src/main.js',
			template: 'public/index.html',
			filename: 'index.html',
			title: 'Anta Design',
			// 提取出来的通用 chunk 和 vendor chunk。
			chunks: ['chunk-vendors', 'chunk-common', 'index']
		}
	}
};

Keywords

FAQs

Package last updated on 14 Nov 2022

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