Giter VIP home page Giter VIP logo

wimoorui's Introduction

此项目由深圳市万墨信息科技有限公司开发,如果有任何疑问请联系开发团队。

1、安装node (注意将Bin添加环境变量Path中)

1>下载node
2、安装vue
npm install -g @vue/cli

3、创建项目

1>vue create 项目名称
2>选择手动(Manually select features)
3>[chose vue version,Babel,Router,Vuex]
4>3.x
5>Use history for route (Y)
6>In package.json
7>save this config(N)

4、进入项目目录(安装依赖)

npm install axios --save
npm install @icon-park/vue-next --save
npm install @element-plus/icons-vue
npm install element-plus --save
npm install echart --save
npm install mitt
npm i -S vuedraggable@next
npm install jquery --save;
npm install vue3-print-nb

5、运行项目

npm run serve

6、发布项目

npm run build

授权逻辑:根据在菜单管理页面配置的权限如权限erp:wh:shelf:add 则可以在组件中加入如下类容,v-hasPerm为权限关键子 在文件utils/permission.js中配置

<textarea class="myclass" v-hasPerm="'erp:wh:shelf:add'">test</textarea>

wimoorui's People

Contributors

wimoor-erp avatar

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.