Git Product home page Git Product logo

nf-vue3-ant's Introduction

状态

目前正处于开发过程,每天都会实现一点功能,所以可能会有一些bug出现。遇到bug不要急着喷,会解决的。

介绍文档

https://zhuanlan.zhihu.com/p/257183503

https://www.cnblogs.com/jyk/p/13728371.html

功能

表单metaHelp

生成meta的工具,通过他可以快速实现meta

表单demo

单独的测试表单功能,非独立组件

查询组件

单独的测试查询功能,非独立组件

增删改查

完整的增删改查的demo,目前实现查询和表单功能

ant表单

体验antDV的form表单

nf-vue3-ant

vue3.0 + Ant Design Vue + 文档驱动 = 无代码的增删改查。

安装

$ npm install -g @vue/cli

$ npm i --save ant-design-vue@next

$ npm i --save ant-design-vue

$ npm install --save axios vue-axios

环境

vue 3.0

less-loader

ant design 2.X

完整引入

import { createApp } from 'vue';
import Antd from 'ant-design-vue';
import App from './App';
import 'ant-design-vue/dist/antd.css';

const app = createApp();
app.config.productionTip = false;

app.use(Antd);

nf-vue3-ant's People

Contributors

jyk0011 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.