Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Front-end framework

License

NotificationsYou must be signed in to change notification settings

weepower/wee

Repository files navigation

Wee

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

NPM versionDavid

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 theWee CLI by runningnpm install -g wee-cli

Then create a new Wee project:

  • Download the latest release
  • Clone the repository usinggit clone git://github.com/weepower/wee.git
  • Runnpm install from the project root to install the build dependencies followed bywee to launch it

Node.js 6+ is recommended for thebuild 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 byBrowserStack.

Versioning

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

Community

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

License

© 2017Lewis Communications. Licensed under theApache License, Version 2.0.


[8]ページ先頭

©2009-2025 Movatter.jp