KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
read_app2.0
★ 13
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
SharedMemoryQueue
:
A queue implemented using shared memory. 使用共享内存实现的队列
chip-8
:
Yet another CHIP-8 emulator
IBMi_Cloud_Backup
:
No description available.
SecretManagement.CyberArk
:
A SecretManagement extension for Idira (formerly CyberArk).
fluid-simulation
:
2D fluid simulation implementation of Jos Stam paper on real-time fuild dynamics, including some suggested extensions.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
read_app2.0
?
Download (.md)
# read_app ## 从github上clone项目后,在项目根目录下运行命令npm i,下载项目需要的所有插件和依赖,下载完成后,会在根目录生成一个叫node_modules的文件夹。如果npm i下载报错,可以把已经生成的node_modules删除,然后再尝试使用cnpm i下载 ``` npm install / cnpm install ``` ### 运行项目,在根目录运行命令 ``` npm run serve ``` ### Compiles and minifies for production 打包封装项目(项目全部完成后,上线之前使用该命令,其余时间不使用此命令) ``` npm run build ``` ### Run your tests ``` npm run test ``` ### Lints and fixes files ``` npm run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).