vue-cli-plugin-vusion

0.14.7 • Public • Published

vue-cli-plugin-vusion

Vue CLI Plugin for Vusion Projects

CircleCI NPM Version Dependencies NPM Download

screenshot

Vusion Config

{
    type: '', // Vusion 项目类型,如:'app', 'library', 'component', 'block', 'repository'
    outputPath: '', // 如果设置,vue.config.js 的 `outputDir` 属性
    publicPath: '', // 如果设置,vue.config.js 的 `publicPath` 属性
    staticPath: '', // 静态资源目录。构建时,会将该目录中的资源全部原样拷贝到输出目录下。
    srcPath: './src', // 源文件目录。在项目中会自动注册别名'@'。
    libraryPath: '', // 项目库目录。默认留空,表示与'srcPath'一致。在项目中会自动注册别名'@@'。
    baseCSSPath: '', // 基础样式(如 reset 样式)的路径。默认留空,会查找'@/base/base.css'。在项目中会自动注册别名'baseCSS'。
    theme: undefined, // 选择主题。主题 CSS 所在的路径,主题名称为 CSS 名。也可以为一个对象。
    applyTheme: false, // 应用主题,将主题变量注入到 CSS 中。如果需要兼容 IE 浏览器,必须开启。
    docs: false, // 文档配置
    docStaticURL: '', // 文档静态资源 URL,默认为 https://static-vusion.163yun.com
    alias: { // 用于设置 Webpack 别名
        '@': path.resolve(__dirname, 'src'),
        ...
    },
};

Commands

全局

  • 增加了 alias
  • 增加了 vue-multifile-loader
  • 对 CSS 做了处理

library-build

专门针对库进行构建。

--theme

设置主题。

--vusion-mode raw

原生模式,一般在打包组件库时使用,不处理 babel、icon-font、css-sprite。

--base-css

设置 Base CSS 的路径。

--cache

缓存库的打包。

--output-path

覆盖默认的 output.path。

--public-path

覆盖默认的 publicPath。

--src-path

覆盖默认的 srcPath。

--library-path

覆盖默认的 libraryPath。

doc

开发文档,启动文档的 dev 服务。

doc-build

构建文档。

Generator

没有 Generator,请使用 vusion init

UI

增加了 Vusion Config 的配置界面。

Changelog

See Releases

Contributing

See Contributing Guide

License

MIT

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.14.74latest
0.6.100old
0.14.3-beta.00beta

Version History

VersionDownloads (Last 7 Days)Published
0.14.74
0.14.6-beta20
0.14.6-beta0
0.14.62
0.14.50
0.13.61
0.13.50
0.14.2-beta0
0.14.40
0.14.4-alpha.40
0.14.4-alpha.50
0.14.4-alpha.30
0.14.4-alpha.20
0.14.4-alpha.10
0.14.316
0.14.3-beta.00
0.13.41
0.14.20
0.14.10
0.14.01
0.13.32
0.13.20
0.13.10
0.13.02
0.12.290
0.12.280
0.12.270
0.12.260
0.12.250
0.12.240
0.12.230
0.12.220
0.12.210
0.12.200
0.12.190
0.12.180
0.12.170
0.12.160
0.12.150
0.12.140
0.12.130
0.12.120
0.12.110
0.12.100
0.12.92
0.12.70
0.12.60
0.12.50
0.12.40
0.12.30
0.12.20
0.12.10
0.12.01
0.11.141
0.11.134
0.11.120
0.11.113
0.11.100
0.11.90
0.11.80
0.11.70
0.11.60
0.11.51
0.11.40
0.11.30
0.11.20
0.11.10
0.11.00
0.10.135
0.10.120
0.10.113
0.10.103
0.10.90
0.10.80
0.10.71
0.10.63
0.10.50
0.10.40
0.10.31
0.10.20
0.9.200
0.10.10
0.9.190
0.10.00
0.9.180
0.9.170
0.9.160
0.9.150
0.9.140
0.9.130
0.9.120
0.6.111
0.9.110
0.6.100
0.9.100
0.9.90
0.9.80
0.9.70
0.9.60
0.9.50
0.6.90
0.6.80
0.9.40
0.9.30
0.9.20
0.9.10
0.9.00
0.8.80
0.8.70
0.8.60
0.8.50
0.8.40
0.8.30
0.8.20
0.8.10
0.8.00
0.6.70
0.6.60
0.6.50
0.6.40
0.6.30
0.6.20
0.6.10
0.6.00
0.5.130
0.5.120
0.5.110
0.5.100
0.5.90
0.5.80
0.5.70
0.5.60
0.5.50
0.5.40
0.5.30
0.5.20
0.5.10
0.5.00
0.1.00

Package Sidebar

Install

npm i vue-cli-plugin-vusion

Weekly Downloads

58

Version

0.14.7

License

MIT

Unpacked Size

763 kB

Total Files

180

Last publish

Collaborators

  • rainfore
  • xiaoshuang
  • lifuquan
  • lip966
  • xgjcode
  • wybieshang