clone
A professional deep clone library
File Explorer
Download Latest Version (.zip)- ci.yml
- FUNDING.yml
- ISSUE_TEMPLATE
- commit-msg
- pre-commit
- extensions.json
- settings.json
- rollup.cjs
- rollup.config.aio.cjs
- rollup.config.cjs
- rollup.config.esm.cjs
- clone-0.1.1.aio.js
- clone-0.2.0.aio.js
- comm.js
- require.js
- cloneForce-version.html
- cloneForce.html
- demo-amd.html
- demo-global.html
- demo-node.js
- performance1.html
- performance2.html
- stack-overflow.html
- api.md
- index.js
- index.html
- test.js
- .babelrc
- .editorconfig
- .eslintignore
- .eslintrc.cjs
- .gitignore
- .lintstagedrc.cjs
- .nycrc
- .prettierignore
- .prettierrc.json
- CHANGELOG.md
- commitlint.config.js
- index.d.ts
- jslib.json
- LICENSE
- package-lock.json
- package.json
- README-zh_CN.md
- README.md
- TODO.md
# Installation Guide
1. Get the code
git clone https://github.com/jsmini/clone
Downloads the entire project code from GitHub to your computer.
cd clone
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
$ npm install --save @jsmini/clone
Downloads and installs the libraries listed in package.json.
$ npm install
Downloads and installs the libraries listed in package.json.
$ npm run build
Builds optimized production files.
$ npm test
Type this command into your terminal and run it.
$ npm run release
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
