0.0.6 • Published 3 years ago
snap-design v0.0.6
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 upTroubles with Goto Alias extension ?
Run
Extensions: Show Built-in Extensionsfrom 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 Windowfrom the command palette.