Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

qox-page

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

qox-page

## Getting Started

latest
npmnpm
Version
0.0.1
Version published
Maintainers
1
Created
Source

rax-starter-kit

Getting Started

npm run start

Runs the app in development mode.

Open http://localhost:9999 to view it in the browser.

The page will reload if you make edits.

npm run lint

You will see the lint errors in the console.

npm run build

Builds the app for production to the build folder.

Universal "Gotchas"

  • DOM & DOM like window & document do not exist on the server - so using them, or any library that uses them (jQuery for example) will not work.
  • If you need to use them, consider limiting them to wrapping them situationally with the imported isWeb / isNode / isWeex features from Universal. import {isWeb, isWeex, isNode} from 'universal-env';

FAQs

Package last updated on 15 May 2018

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