Socket
Socket
Sign inDemoInstall

anta-element-ui-components-next

Package Overview
Dependencies
12
Maintainers
1
Versions
106
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    anta-element-ui-components-next

anta fila element-plus vue


Version published
Weekly downloads
15
decreased by-85.85%
Maintainers
1
Created
Weekly downloads
 

Readme

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

Last updated on 14 Nov 2022

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc