Socket
Socket
Sign inDemoInstall

@efont/create-app

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@efont/create-app

create vue app


Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

@efont/create-app

使用说明

npx @efont/create-app my-app
cd my-app
npm start

(npx comes with npm 5.2+ and higher, see instructions for older npm versions)

Then open http://localhost:3000 to see your app. When you’re ready to deploy to production, create a minified bundle with npm run build.

options

npx @efont/create-app my-app

vue3版

npx @epig/create-app my-app --vue3

提交版本

# 注册 npm <https://www.npmjs.com/>账号密码,并在命令行进行登录
npm adduser

# 检测是否登陆成功
npm who am i

# 版本号格式:主版本号.次版本号.修订号
# 版本号递增规则:
#  - 主版本号:做了不兼容修改或颠覆式的重写
#  - 次版本号:向下兼容的功能性新增
#  - 修订号:向下兼容的问题修正
#  大版本为 1.0.0,小版本是0.1.0,小修复是0.0.1
npm version [<newversion> | major | minor | patch | premajor | preminor | prepatch | prerelease [--preid=<prerelease-id>]

# 发布@efont/vue-baselib
npm publish --access public

Keywords

FAQs

Package last updated on 07 Jun 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc