1.7.8 • Published 1 year ago
cra-template-pdf-vite-react v1.7.8
cra-template-pdf-vite-react
Usage
To use this template within your project, add --template cra-template-pdf-vite-react
when creating a new app.
For example:
npx create-react-app my-app --template cra-template-pdf-vite-react
# or
yarn create react-app my-app --template cra-template-pdf-vite-react
Nginx 代理 && base path
# suffix 代理标识
# 静态 index.html 代理
# root 目录
location ^~/root_suffix {
alias /path;
}
# api 接口代理
location ^~/suffix/ {
}
# .env.production
VITE_BASENAME=/api/micro-app/${suffix}/
VITE_API_BASE_URL=https://admin.thape.com.cn
Cloning this repo pulls down the Redux template only; not a bundled and configured Create React App.
For more information, please refer to:
- Getting Started – How to create a new app.
- User Guide – How to develop apps bootstrapped with Create React App.
1.7.8
1 year ago
1.7.3
1 year ago
1.7.2
1 year ago
1.7.1
1 year ago
1.6.2
1 year ago
1.7.0
1 year ago
1.6.1
1 year ago
1.6.0
1 year ago
1.6.9
1 year ago
1.6.8
1 year ago
1.6.7
1 year ago
1.5.8
1 year ago
1.7.5
1 year ago
1.7.4
1 year ago
1.5.7
1 year ago
1.5.6
1 year ago
1.5.5
1 year ago
1.5.4
1 year ago
1.5.3
1 year ago
1.5.2
1 year ago
1.5.1
1 year ago
1.5.0
1 year ago
1.4.9
1 year ago
1.4.8
1 year ago
1.4.7
1 year ago
1.4.6
1 year ago
1.4.5
1 year ago
1.4.4
1 year ago
1.0.0
1 year ago