Skip to content

前端环境搭建

克隆项目仓库:

bash
$ git clone https://gitee.com/neegix-opensource-group/nebula-admin

进入项目目录:

bash
$ cd nebula-admin

安装项目依赖:

bash
$ yarn install

启动项目:

bash
$ yarn start

打印如下信息,说明项目启动成功:

bash

info  - [你知道吗?] 如果你需要使用 Tailwind CSS, max g tailwindcss 就可以一键完成配置,详见 https://umijs.org/docs/guides/generator#tailwind-css-配置生成器
Mako https://makojs.dev is a new fast Rust based bundler from us, which is heavily optimized for umi and much faster than webpack. Visit https://makojs.dev/docs/getting-started#bundle-with-umi for more details if you want to give it a try.
info  - Umi v4.3.35
info  - Preparing...
info  - MFSU eager strategy enabled
info  - [MFSU][eager] restored cache
[HPM] Proxy created: /api  -> http://localhost:8080/
event - [MFSU][eager] start build deps
info  - [MFSU] skip buildDeps
        ╔════════════════════════════════════════════════════╗
 App listening at:
  >   Local: http://localhost:8000
ready -  > Network: http://172.17.33.144:8000

 Now you can open browser with the above addresses↑
        ╚════════════════════════════════════════════════════╝

打开浏览器,访问 http://localhost:8000,即可看到 Nebula Admin 前端项目的首页。

登录页截图

  tips:
  可能会碰到依赖包下不下来的问题,一般是网络问题,需要设置代理。