modular-apibase-core
v1.0.23
Published
๐ Getting Started. you just have one step behind i.e. npm install. thats it to begin with Install dependencies: npm install
Readme
๐ Getting Started. you just have one step behind i.e. npm install. thats it to begin with Install dependencies: npm install
======================== FORGET ABOUT BELOW ====================
How to make Package
Remove webpack.config.js babel.config.js (if used) .babelrc (if used)
npm uninstall webpack webpack-cli babel-loader babel-core npm install --save-dev vite @vitejs/plugin-react
add vite.config.js, add configuration acc.
change package.json
change tsconfig.json
npm run build
push code to repo
npm version patch
npm run build
npm login
npm publish --access public
After adding changes
- npm run build
- push code to repo
- npm version patch
- npm login
- npm publish --access public
