webpack-锈花体

时间:2024-03-10 02:41:35
【文件属性】:

文件名称:webpack-锈花体

文件大小:60KB

文件格式:ZIP

更新时间:2024-03-10 02:41:35

Rust

如何安装 npm install 如何在调试模式下运行 # Builds the project and opens it in a new browser tab. Auto-reloads when the project changes. npm start 如何在发布模式下构建 # Builds the project and places it into the `dist` folder. npm run build 如何进行单元测试 # Runs tests in Firefox npm test -- --firefox # Runs tests in Chrome npm test -- --chrome # Runs tests in Safari npm test -- --safari 每个文件做什么? Cargo.toml包含标准的Rust元数据。 您将Rust


【文件预览】:
webpack-rust-squiggle-master
----package.json(712B)
----Cargo.lock(8KB)
----tests()
--------app.rs(995B)
----js()
--------index.js(746B)
----package-lock.json(201KB)
----static()
--------index.html(179B)
----src()
--------lib.rs(2KB)
----Cargo.toml(2KB)
----.gitignore(47B)
----webpack.config.js(534B)
----notes.txt(3KB)
----README.md(1KB)

网友评论