Socket
Socket
Sign inDemoInstall

bicycle-moose

Package Overview
Dependencies
49
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    bicycle-moose

A Vue.js project


Version published
Maintainers
1
Created

Readme

Source

一、环境搭建 1、安装项目(脚手架) 2、安装elementui cnpm install element-ui -S 在main.js 引入element-ui ,并使用 1)引入了element-ui里面所有的组件 import ElementUI from "element-ui" import "element-ui/lib/theme-chalk/index.css" Vue.use(ElementUI) 需要在webpack.config.js里面添加loader { test: /.(eot|svg|ttf|woff|woff2)(?\S*)?$/, loader: 'file-loader' } 3、安装axios cnpm install axios -S 4、安装vue-router cnpm install vue-router -S 5、关掉ESlint提示 config/index.js里配置 useEslint: true, // 改为false即可

FAQs

Last updated on 04 Mar 2024

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