Code Monkey home page Code Monkey logo

vue2-admin's Introduction

Some good practice for Vue project(include basic components,advanced skills)

English | 中文

  • Clear project structure
  • Configuration of webpack(including optimization)
  • Script that automatically generates DLL
  • Axios utils
  • Utils function
  • Form component
  • Table component
  • Svg component
  • Custom dialog component
  • Function component
  • Imperative Calling dialog
  • Global components/router/state management
  • Custom directives
  • Plugin for capturing errors

vue2-admin's People

Contributors

dependabot[bot] avatar yeyan1996 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

vue2-admin's Issues

请教一个Dll的问题

您好。我是看了掘金的文章发现这里的,在实际操作dll的时候有一点不明白。webpack.dll.js与vue.config.js是怎么相互作用到一起的?我模仿着写之后一打包会报错rror: ENOENT: no such file or directory, scandir './dll'。这一方面不是很明白,希望得到解答,谢谢。

table有个判断好像有问题

image
这里有个正常的列的 el-table-column 和 有slot 的列, 在有slot列的 el-table-column 中 有个
image

这里视乎怎么也进不去判断, 如果没有列的对象没有slot的情况, 就会走第一个正常的列, 如果有slot, 那么就会走
image

感觉有问题, 是我理解错了吗?

项目打包出错

我本地的node版本是10.18.0,执行npm run dll 以及npm run release都报错This is probably not a problem with npm. There is likely additional logging output above.
请问是对node版本有要求吗

请教一个问题,谢谢

z-table组件中,在138行处的代码如下:
processValue(value, column) { return value ? column.process(value) : "" }
我想问一下column.process(value)处的process是预定义的函数吗?是在哪里定义的?直接column.process可以执行这个函数吗?是怎样的原理?
不胜感激,谢谢

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.