Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ymm135/vue-test
npm测试项目
https://github.com/ymm135/vue-test
Last synced: about 2 months ago
JSON representation
npm测试项目
- Host: GitHub
- URL: https://github.com/ymm135/vue-test
- Owner: ymm135
- Created: 2022-12-02T11:37:50.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-03T10:49:55.000Z (about 2 years ago)
- Last Synced: 2024-04-16T14:20:32.066Z (9 months ago)
- Language: JavaScript
- Size: 659 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
-# npm测试项目
## 运行
```sh
npm install -g @vue/cli
npm install -g @vue/cli-initnpm install vue@next
vue --version
vue init webpack vue-test
```运行
```sh
# install dependencies
npm install# serve with hot reload at localhost:8080
npm run dev# build for production with minification
npm run build# build for production and view the bundle analyzer report
npm run build --report# run unit tests
npm run unit# run all tests
npm test
```## 测试
### ipfs-http-client
[官方地址](https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-http-client)
安装依赖
```sh
npm install --save ipfs-http-client
```