1.7.8 • Published 1 year ago

cra-template-pdf-vite-react v1.7.8

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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:

1.7.8

1 year ago

1.7.3

2 years ago

1.7.2

2 years ago

1.7.1

2 years ago

1.6.2

2 years ago

1.7.0

2 years ago

1.6.1

2 years ago

1.6.0

2 years ago

1.6.9

2 years ago

1.6.8

2 years ago

1.6.7

2 years ago

1.5.8

2 years ago

1.7.5

2 years ago

1.7.4

2 years ago

1.5.7

2 years ago

1.5.6

2 years ago

1.5.5

2 years ago

1.5.4

2 years ago

1.5.3

2 years ago

1.5.2

2 years ago

1.5.1

2 years ago

1.5.0

2 years ago

1.4.9

2 years ago

1.4.8

2 years ago

1.4.7

2 years ago

1.4.6

2 years ago

1.4.5

2 years ago

1.4.4

2 years ago

1.0.0

2 years ago