Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
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
  • Socket score

Version published
Weekly downloads
95
increased by313.04%
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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc