lcfsweb/README.md

30 lines
452 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# Prerequisite
Node 16 preferred
# Installation
```
# 安装yarn包管理 安装yrm镜像源管理
npm install -g yarn yrm
# 指定使用淘宝镜像
yrm use taobao
# 指定sass使用淘宝镜像避免本地编译
yarn config set sass_binary_site http://cdn.npm.taobao.org/dist/node-sass
npm set sass_binary_site http://cdn.npm.taobao.org/dist/node-sass
# 本地安装依赖
yarn install
```
#
# 本地运行
npm run dev
yarn run dev