A fake Token swapping interface with simulated wallet and some pools.
Check the live site Dawn Token swap app.
Light theme: | Dark theme: |
---|---|
Core - Vue 3 + TypeScript, Vuex 4 and Vue Router 4
Server and Builder - Vite
Styles Utility Framework - WindiCSS
Hosting - Netlify
Install dependencies
yarn install
Serve with hot reload at localhost:3000
yarn dev
In Netlify just add yarn build
as the command and dist
as the builded folder.
To test the result in your local environment, build for production and launch server with:
yarn build
yarn preview