quasar-app-extension-quasar-validate-rules v0.0.35
Quasar App Extension quasar-validate-rules
Add a short description of your App Extension. What does it do? How is it beneficial? Why would someone want to use it?
Install
quasar ext add quasar-validate-rules
Quasar CLI will retrieve it from the NPM registry and install the extension to your project.
Prompts
Explain the prompts here
Uninstall
quasar ext remove quasar-validate-rules
Info
Add longer information here that will help the user of your app extension.
Other Info
Add other information that's not as important to know
Publish to NPM
- Before publishing, change to the official source using the following command:
npm config set registry=https://registry.npmjs.org
- Then use the following command to publish:
npm publish
- If an error with
code ENEEDAUTH
encountered when executing publish, you need to perform a login operation first using the following command:
npm login
- Then follow the prompts to enter the corresponding information, and execute the publish operation after logging in.
- Remember to switch the npm registry back to the Taobao source after publishing:
npm config set registry=https://registry.npmmirror.com
8 months ago
8 months ago
10 months ago
10 months ago
10 months ago
10 months ago
1 year ago
1 year ago
1 year ago
1 year ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago