@acutejs/template-basic 中文文档教程
Acute.js basic template
用于快速原型制作的简单 Acute 设置。
注意:此基本模板的目的不是生成生产就绪构建。
Features
Usage
使用 npm 安装依赖项并运行本地服务器。
npm install
npm start
Building for deploy
通过运行 npm build
任务在 ./public/
目录中创建部署就绪构建。
npm run build
Other samples
Acute.js basic template
A simple Acute setup for quick prototyping.
Note: it is not the intention of this basic template to generate a production ready build.
Features
Usage
Use npm to install dependencies and run the local server.
npm install
npm start
Building for deploy
Create a deployment ready build in the ./public/
directory by running the npm build
task.
npm run build