snap-design
v0.0.6
Published
Vue3 components library using Unocss.
Downloads
2
Readme
SnapDesign
Vue3 components library using Unocss.
- Install utility to get out of npm/pnpm/yarn
npm i -g @antfu/ni
- Install project
cd snap-design
ni -r
- dev mode
// First terminal, run library watcher
nr dev
// In another terminal, run playground to see your job live
nr playground:dev
- build library
nr build
- update deps
nr up
Troubles with Goto Alias extension ?
Run
Extensions: Show Built-in Extensions
from VS Code's command palette, look forTypeScript and JavaScript Language Features
, then right click and selectDisable (Workspace)
. By default, Take Over mode will enable itself if the default TypeScript extension is disabled.Reload the VS Code window by running
Developer: Reload Window
from the command palette.