# npm-publish-vue-components **Repository Path**: Eric1689/npm-publish-vue-components ## Basic Information - **Project Name**: npm-publish-vue-components - **Description**: npm发包仓库 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-06-13 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue-components ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Lints and fixes files ``` npm run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). ### npm发布包流程 1.进入npm官网,注册和登录npm账户 2.npm login 3.npm输入登录npm的用户名 4.npm输入登录npm的密码 5.npm输入登录npm的邮箱 6.npm连接成功 7.npm run package 8.npm publish --access pulic