@dev.jmx/create-frontend-template
v0.1.3
Published
Create a Gauss-based Vue template project (JavaScript only).
Readme
@dev.jmx/create-frontend-template
Create a JavaScript-only Vue starter that keeps @gauss/core and @gauss/utils.
Usage
npx @dev.jmx/create-frontend-template my-appCreate from a custom Git template:
npx @dev.jmx/create-frontend-template my-app --git https://github.com/example/template.gitClone a specific branch:
npx @dev.jmx/create-frontend-template my-app --git https://github.com/example/template.git --branch mainPublish to npm (Public)
This repository is hosted on GitHub and the package is published to the public npm registry.
- Update version:
npm version patch - Login and verify account:
npm login npm whoami - Publish:
npm publish --access public
Optional check before publish:
npm pack