# creatNpm **Repository Path**: docli/creatNpm ## Basic Information - **Project Name**: creatNpm - **Description**: vue-cli3创建npm包示例 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-01-25 - **Last Updated**: 2022-01-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # NPM DEMO ## 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 ``` ### npm project build ``` npm run lib ``` ### npm login ``` npm login ``` ### npm publish ``` npm publish ``` ### npm install ``` npm install byzs-ll --save ``` ### quote ```main.js import byzsll from 'byzs-ll' import 'byzs-ll/lib/byll.css' Vue.use(byzsll) //use // // ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).