Socket
Socket
Sign inDemoInstall

yuri-ui

Package Overview
Dependencies
11
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    yuri-ui

## Project setup ``` npm install ```


Version published
Weekly downloads
0
Maintainers
1
Created
Weekly downloads
 

Readme

Source

mk-ui

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.

步骤参考文档

安装教授架vue-cli4

cnpm install -g @vue/cli

创建项目

vue create mk-ui

修改一下目录

  • 将src的目录文件改为examples,用来写组件相关文档和事例。
  • 再新建一个src目录,里面只放一个main.js用来作为打包入口
  • 在根目录下新建一个 packages 文件夹,用来进行组件的编写。
  • 在根目录下新建一个vue.config.js文件,配置如下

FAQs

Last updated on 06 Aug 2020

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc