Socket
Socket
Sign inDemoInstall

awv3

Package Overview
Dependencies
353
Maintainers
2
Versions
289
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    awv3

⚡ AWV3 embedded CAD


Version published
Weekly downloads
495
increased by1.85%
Maintainers
2
Install size
27.9 MB
Created
Weekly downloads
 

Readme

Source

▲ PRE-REQUISITES

node >= 6.0 (https://nodejs.org/en/download/current/)
npm  >= 3.0 (pre-installed by node)
yarn        (npm install yarn -g)

▲ INSTALL DEPENDENCIES AND BUILD

yarn
yarn start

▲ LOCAL DEBUGGING

In the awv3 directory run:

yarn run debug

And in the target projects webpack.config.js, alias to awv3 given that it exists in the parent folder:

alias: {
    awv3: fs.existsSync('./../awv3/dist') ? path.resolve('./../awv3/dist') : 'awv3',
},

▲ POLYFILLS NEEDED

  • requestidlecallback
  • es6-promise
  • isomorphic-fetch
  • perfnow
  • event-listener-with-options/js/polyfill
  • various es6 polyfills (either provided by corejs or babel-polyfill)

Keywords

FAQs

Last updated on 08 Aug 2018

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