1.3.0 • Published 8 months ago
wx-svelte-uploader v1.3.0
WX Uploader
Usage
<script>
import { Uploader } from 'wx-svelte-uploader';
</script>
<Uploader />
Cli commands
Build
yarn dev
- start project in dev mode, rebuild on changeyarn build
- build production ready js file
the dev server will start at http://localhost:5100/tests.html
Tests
Run tests
yarn dev:tests
cypress run -P ./ --config "baseUrl=http://localhost:5100"
Open Cypress console
yarn dev:tests
cypress open -P ./ --config "baseUrl=http://localhost:5100"
dev:tests command will start dev server at http://localhost:5100/tests.html
1.3.0
8 months ago