@104corp/espack 中文文档教程
@104corp/espack
espack 是一个前端工具,围绕 webpack 提供 JS bundle 解决方案,用于建设静态网站。
espack 适用于 macOS。 如果某些东西不起作用,请提出问题。
Introduction
使用espack搭建的前端开发环境是基于Convention-Over-Configuration的理念。 目的是让开发者可以专注于项目本身的开发,而不必在开发环境中分心。 您可以通过简单地创建一些文件来快速创建多个页面内容。
Getting Started
自动创建一个项目。
npx @104corp/espack new my-app
cd my-app
npm run dev
如果你喜欢纱线。
npx @104corp/espack new my-app -i yarn
Depend
Docs
License
espack 是开源软件获得麻省理工学院许可。
@104corp/espack
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.