This is my first time using the element framework in a react project. I encountered some very simple problems, but it took me a long time to solve them. I wrote a blog to record them. 1. Installation: Download in the project directory: npm i element-react --save npm install element-theme-default --save Note: The Element official website mentioned this in the quick start guide 2. Global references Globally import in index.js under the project 3. Reference the element components you need in the project May report an error Solution: Download the dependency in the project npm install react-hot-loader@next --save 4. Introducing components may still result in errors For example, I introduced the revolving lantern as follows If the error is reported above, the solution is to introduce Carousel If other components are referenced and errors are reported, the solution is as above This is the end of this article about how to use Element in React projects. For more information about using Element in React projects, please search for previous articles on 123WORDPRESS.COM or continue to browse the following related articles. I hope you will support 123WORDPRESS.COM in the future! You may also be interested in:
|
<<: Use of MySQL official export tool mysqlpump
>>: Webpack loads css files and its configuration method
Docker image download is stuck or too slow I sear...
1. Introduction Are you still leaving your websit...
Introduction Closure is a very powerful feature i...
1. ref is copied, the view will be updated If you...
This article uses an example to describe how to u...
When we do CSS web page layout, we all know that i...
Table of contents First, configure package.json T...
Table of contents 1. Introduction to label statem...
In the process of making web pages, we often use f...
When the same function and HTML code are used mul...
1. What is a proxy server? Proxy server, when the...
This article shares the specific code of JavaScri...
In the MySQL database, null is a common situation...
Table of contents 1. The origin of tomcat 1. Tomc...
This article is from the Apache Spark Meetup held...