🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

create-dumi

Package Overview
Dependencies
Maintainers
0
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-dumi

Creator for dumi boilerplate

2.4.14
latest
Source
npm
Version published
Weekly downloads
47
123.81%
Maintainers
0
Weekly downloads
 
Created
Source

{{{ name }}}

[![NPM version](https://img.shields.io/npm/v/{{{ name }}}.svg?style=flat)](https://npmjs.org/package/{{{ name }}}) [![NPM downloads](http://img.shields.io/npm/dm/{{{ name }}}.svg?style=flat)](https://npmjs.org/package/{{{ name }}})

{{{ description }}}

Usage

First, introduce css file:

import '{{ name }}/dist/style.css';

Then, introduce components:

<script setup lang="ts">
  import { Foo, Bar } from '{{ name }}';
</script>

Options

TODO

Development

# install dependencies
$ {{ npmClient }} install

# develop library by docs demo
$ {{ npmClient }} start

# build library source code
$ {{ npmClient }} run build

# build library source code in watch mode
$ {{ npmClient }} run build:watch

# build docs
$ {{ npmClient }} run docs:build

# Locally preview the production build.
$ {{ npmClient }} run docs:preview

# check your project for potential problems
$ {{ npmClient }} run doctor

# Test
$ {{ npmClient }} test

# Coverage
$ {{ npmClient }} test:cov

# Lint
$ {{ npmClient }} lint

LICENSE

MIT

FAQs

Package last updated on 21 Nov 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts