cms-theme-product
v3.7.1
Published
a-126 base theme product
Readme
Getting started
npm install
Watching files
npm run watch
How to create build
npm run dist
Update package to remote npm
npm run release(create css and dist folder)git add .npm run commitnpm version patch | minor | major(under the hood npm runs a new commit with updated version)git pushnpm publish
