Socket
Socket
Sign inDemoInstall

anta-element-ui

Package Overview
Dependencies
5
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    anta-element-ui

anta fila element-ui vue


Version published
Maintainers
1
Created

Readme

Source

ANTA ELEMENT UI

npm license

基于 element-ui 定制主题

安装

npm i anta-element-ui

使用

import 'anta-element-ui/src/scss/index.scss';
import AntaElementUI from 'anta-element-ui';

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

module.exports = {
	filenameHashing: true,
	runtimeCompiler: true,
	transpileDependencies: ['anta-element-ui', '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 11 Mar 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