starkfrontendtools
v0.0.48
Published
Contains react and vue tool modules commonly used in the front end
Downloads
169
Readme
starkfrontendtools
Contains react and vue tool modules commonly used in the front end
This project is based on https://github.com/jaredpalmer/tsdx (https://www.modb.pro/db/46048)HomePage:
https://github.com/StarksJohn/starkfrontendtoolsInstall:
yarn add starkfrontendtoolsUsage:
import { } from 'starkfrontendtools';
Better way to use:
https://zh-hans.reactjs.org/docs/code-splitting.html
https://github.com/StarksJohn/StarkReactProjectScaffold
eg:
import("starkfrontendtools").then(starkfrontendtools => {
const randomNum= starkfrontendtools.Math.randomNums(0,10)
console.log('testDynamicImports randomNum=',randomNum)
});Push and Publish:
1 update the version in package.json
2 nvm use 14 && npm version patch && git commit -a -s -m 'add' && git push origin master && npm login && npm publish
Username: stark2018 Zcxxxxxx [email protected]
3 Finally, in your main project, yarn add starkfrontendtools or npm i starkfrontendtools
