Most useful frameworks for Frontend Developers(part 1)
In this session of useful framework we are talking about some famous frameworks that used for design and help to develop web applications very fast.
Ant Design of Vue
Developed a Vue UI library antd that contains a set of high quality components and demos for building rich, interactive user interfaces.
Features
An enterprise-class UI design language for web applications.
A set of high-quality Vue components out of the box.
Shared Ant Design of React design resources.
Installation
Using npm or yarn
We recommend using npm or yarn to install, it not only makes development easier, but also allow you to take advantage of the rich ecosystem of Javascript packages and tooling.
$ yarn add ant-design-vue@4.x
If you are in a bad network environment, you can try other registries and tools like cnpm.
Element Plus — A Vue.js 3 UI library
Element, a Vue 2.0 based component library for developers, designers and product managers.
Installation
npm
Installing with npm is recommended and it works seamlessly with webpack.
npm i element-ui -S
CDN
Get the latest version from unpkg.com/element-ui , and import JavaScript and CSS file in your page.