Skip to content

Start_EN

Lison edited this page Nov 20, 2017 · 1 revision

  Before starting the iview-admin journey, you need to clone iView-admin to your computer so that you can easily check the source code. I believe you should be more familiar with clone operations, so I will not elaborate here. After the project is cloned locally, you are running under the project folder root

  npm install

  npm run dev

You can run our iView-admin, if compilation error, check your node environment, or if modules were installed correctly, it is recommended that you use npm installation dependencies, cnpm sometimes problems. If you are unable to solve the compilation problem by checking related materials and consulting personnel online, you can take a screenshot of the error message and submit it in issues, and we will do our best to help you solve the problem.    If your iView-admin is runned successfully and you see its beautiful interface, congratulations.

教程 Tutorial

Clone this wiki locally