@104corp/espack

espack is a awesome front-end tool with JS bundle solution around webpack for building static web

Usage no npm install needed!

<script type="module">
  import 104corpEspack from 'https://cdn.skypack.dev/@104corp/espack';
</script>

README

@104corp/espack

Node version GitHub license Build Status Coverage Status

espack is a front-end tool with JS bundle solution around webpack for building static web.

espack works on macOS. If something doesn't work, please file an issue.

Introduction

The front-end development environment built with espack is based on the concept of Convention-Over-Configuration. The goal is to allow developers to focus on the development of the project itself without having to be distracted in the development environment. You can quickly create multiple page content by simply creating some file.

Getting Started

Automatically create a project.

npx @104corp/espack new my-app
cd my-app
npm run dev

If you prefer yarn.

npx @104corp/espack new my-app -i yarn

Depend

Docs

License

espack is open source software licensed as MIT.