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

wee

Package Overview
Dependencies
Maintainers
2
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wee

Blueprint for modern web development

  • 5.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3
decreased by-88%
Maintainers
2
Weekly downloads
 
Created
Source

Wee

Wee is a front-end framework for logically building complex, responsive web projects.

NPM version David

Features

Mobile-first CSS framework with configurable reset and mixin library

  • Central configuration for style normalization
  • Feature toggling to minimize build size
  • Structured breakpoints to organize responsive logic
  • Print styling to generate print-optimized pages

JavaScript toolset to build scalable, organized client logic

  • Foundation of utilities, helpers, and controller structure
  • Chainable DOM traversal and manipulation with familiar API
  • Routing library to flexibly associate endpoints to actions
  • Event handling to bind actions to elements
  • Data loading for Ajax and JSON interaction
  • HTML5 history and PJAX navigation to create dynamic experiences
  • Data management that connects to localStorage and sessionStorage
  • Message mediation between modules and components
  • Resource loading for JavaScript, CSS, and images
  • Breakpoint watching for efficient media query callbacks

Javascript configured build process to compile, optimize, and minify your project

  • Built-in server for local static development
  • Live reloading of assets and markup
  • Ghost mode to mirror actions across multiple browsers
  • Sourcemap output to line match unminified JavaScript
  • Validation of JavaScript against ESLint rules

Get Started

  • Install the Wee CLI by running npm install -g wee-cli

Then create a new Wee project:

  • Download the latest release
  • Clone the repository using git clone git://github.com/weepower/wee.git
  • Run npm install from the project root to install the build dependencies followed by wee to launch it

Node.js 6+ is recommended for the build process.

Compatibility

Wee officially supports all major browsers including IE11+ and Safari 9+

Bugs

Have a bug or a feature request? Open a new issue.

Automated testing generously provided by BrowserStack.

Versioning

Wee adheres to Semantic Versioning in the form of MAJOR.MINOR.PATCH. Regardless of version we recommend thoroughly reviewing the release notes before updating.

Community

Keep track of development and news by following @weecss on Twitter.

License

© 2017 Lewis Communications. Licensed under the Apache License, Version 2.0.

Keywords

FAQs

Package last updated on 02 Jun 2019

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