Cloudreve V3 的前端
Go to file
dependabot[bot] 0d259640e5
build(deps): bump terser from 4.8.0 to 4.8.1
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/commits)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-31 12:59:38 +00:00
config feat(source link): create perm source link with shorter url 2022-10-30 09:42:53 +08:00
public feat(remote download): unified UI for torrent and URL download, improve path selection experience 2022-10-31 20:56:34 +08:00
scripts eject CRA 2020-03-10 14:39:26 +08:00
src enhance(ui): use rounded menu item in drawer 2022-10-31 20:57:54 +08:00
.eslintrc.yaml chore: disable typescript non-used var rule 2022-04-13 17:51:19 +08:00
.gitignore Refact: 分离viewe update reducer; 添加typescript (#24) 2020-05-12 13:27:07 +08:00
.huskyrc Fix: 添加Eslint config, 修正所有的eslint error 和 warning (#20) 2020-05-06 09:53:42 +08:00
.prettierrc 更改目录结构 / 切换夜间模式 2019-12-11 15:02:09 +08:00
.travis.yml Travis尝试设置CL=false (#29) 2020-05-15 08:31:54 +08:00
README.md Modify: use yatn / Update: create-react-app 2019-11-29 20:38:28 +08:00
crowdin.yml Update Crowdin configuration file 2022-07-18 20:14:04 +08:00
package.json enhance(ui): use rounded menu item in drawer 2022-10-31 20:57:54 +08:00
tsconfig.json Feat: client side batch download based on StreamSaver 2022-04-10 17:49:56 +08:00
yarn.lock build(deps): bump terser from 4.8.0 to 4.8.1 2022-10-31 12:59:38 +00:00

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

yarn test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

yarn build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

yarn eject

Note: this is a one-way operation. Once you eject, you cant go back!

If you arent satisfied with the build tool and configuration choices, you can eject at any time. This command will remove the single build dependency from your project.

Instead, it will copy all the configuration files and the transitive dependencies (Webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except eject will still work, but they will point to the copied scripts so you can tweak them. At this point youre on your own.

You dont have to ever use eject. The curated feature set is suitable for small and middle deployments, and you shouldnt feel obligated to use this feature. However we understand that this tool wouldnt be useful if you couldnt customize it when you are ready for it.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

Code Splitting

This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting

Analyzing the Bundle Size

This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size

Making a Progressive Web App

This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app

Advanced Configuration

This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration

Deployment

This section has moved here: https://facebook.github.io/create-react-app/docs/deployment

yarn build fails to minify

This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify