New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@viewfly/devtools

Package Overview
Dependencies
Maintainers
0
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@viewfly/devtools

Viewfly is a simple and easy-to-use JavaScript framework with an intuitive development experience.

  • 1.1.10
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

Viewfly

本项目魔改自 vue 的 scoped css 和 rollup-plugin-postcss,特别鸣谢!

Viewfly 是一个简单、数据驱动的前端框架。

此项目为 Viewfly 的开发工具包,详情请参考官方网站:viewfly.org

安装

npm install @viewfly/devtools -D

scoped-css-webpack-loader

让 css 支持 Viewfly 作用域样式的 webpack loader。直接在 webpack 配置中替换 css-loader 即可。

{
  test: /\.s?css$/,
  use: [
    'style-loader',
    // 'css-loader',
    '@viewfly/devtools/scoped-css-webpack-loader'
  ]
}

FAQs

Package last updated on 14 Jan 2025

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