@antd-vue/pro-layout
TypeScript icon, indicating that this package has built-in type declarations

0.1.14 • Public • Published

vue-demo

Project setup

yarn install

Compiles and hot-reloads for development

yarn start

Compiles and minifies for production

yarn build

Run your unit tests

yarn test:unit

Lints and fixes files

yarn lint
// console.log(require.resolve('@babel/preset-env'));
// console.log(require.resolve('@vue/babel-plugin-jsx'));
// // @vue/cli-plugin-babel/preset
// console.log(process.env);
module.exports = {
  presets: [
    [
      '@babel/preset-env',
      {
        loose: false,
        debug: false,
        useBuiltIns: 'usage',
        corejs: require('core-js/package.json').version,
        modules: false,
        bugfixes: true,
      },
    ],
    // ['@babel/preset-typescript', {}],
  ],
  plugins: [
    ['@babel/plugin-transform-typescript', { isTSX: true }],
    ['@vue/babel-plugin-jsx', {}],
    // [
    //   'import',
    //   {
    //     libraryName: 'ant-design-vue',
    //     libraryDirectory: 'es',
    //     style: true,
    //   },
    //   'ant-design-vue',
    // ],
    /* @antd-vue/pro-layout 按需引入 */
    // [
    //   'import',
    //   {
    //     libraryName: '@antd-vue/pro-layout',
    //     libraryDirectory: 'es',
    //     style: true,
    //     camel2DashComponentName: false,
    //   },
    //   '@antd-vue/pro-layout',
    // ],
    [
      '@babel/plugin-transform-runtime',
      {
        helpers: false,
      },
    ],
  ],
};

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.1.145latest

Version History

VersionDownloads (Last 7 Days)Published
0.1.145
0.1.131
0.1.122
0.1.101
0.1.91
0.1.81
0.1.71
0.1.61
0.1.52
0.1.40
0.1.30
0.1.21

Package Sidebar

Install

npm i @antd-vue/pro-layout

Weekly Downloads

16

Version

0.1.14

License

none

Unpacked Size

1.35 MB

Total Files

276

Last publish

Collaborators

  • coffee377
  • lixiu0489