New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

anta-element-ui-components

Package Overview
Dependencies
Maintainers
1
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

anta-element-ui-components

anta fila element-ui vue

0.1.81
latest
npm
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

ANTA ELEMENT UI

npm license

基于 element-ui 定制主题
  • element-ui
  • docs

安装

npm i anta-element-ui-components

使用

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

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

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

element

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