项目作者: seek-oss

项目描述 :
Front-end development toolkit
高级语言: JavaScript
项目地址: git://github.com/seek-oss/sku.git
创建时间: 2017-02-10T04:47:17Z
项目社区:https://github.com/seek-oss/sku

开源协议:MIT License

下载


npm



sku

Front-end development toolkit, powered by Webpack, Babel, Vanilla Extract, ESLint, Prettier and Jest.

Quickly get up and running with a zero-config development environment, or optionally add minimal config when needed.
Designed for usage with braid-design-system, although this isn’t a requirement.

This tool is heavily inspired by other work, most notably:

[!WARNING]
While this software is open source, its primary purpose is to improve consistency, cross-team collaboration and code quality at SEEK.
As a result, it’s likely that this tool may not exactly suit your needs, or may be overkill for your use case.
It may be worth considering alternatives such as Vite or Parcel.

Getting Started

Create a new project and start a local development environment:

  1. $ pnpm dlx sku init my-app
  2. $ cd my-app
  3. $ pnpm start

By default, a new project’s dependencies will be installed with the same package manager used to run sku init.
This can be overridden via the --package-manager flag:

  1. $ pnpm dlx sku init --package-manager yarn my-app
  2. $ cd my-app
  3. $ yarn start

Documentation

Contributing

Refer to CONTRIBUTING.md.
If you’re planning to change the public API, please open a new issue.

License

MIT License