npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@femessage/create-nuxt-app

v2.4.1

Published

Create a Deepexi App in seconds.

Downloads

50

Readme

create-nuxt-app

Build Status NPM Download NPM Version NPM License PRs Welcome semantic-release

Table of Contents

Introduction

Create an enterprise nuxt app in seconds.

⬆ Back to Top

Features

  • [x] typescript TypeScript extends JavaScript by adding types.
  • [x] composition-api a set of additive, function-based APIs that allow flexible composition of component logic.
  • [x] prettier Prettier is an opinionated code formatter
  • [x] eslint A fully pluggable tool for identifying and reporting on patterns in JavaScript
  • [x] stylelint A mighty, modern style linter
  • [x] commitlint Lint commit messages
  • [x] gitlab-ci GitLab CI
  • [x] dotenv Loads environment variables from .env for nodejs projects
  • [x] @femessage/element-ui A Vue.js 2.0 UI Toolkit for Web
  • [x] @femessage/vant Lightweight Mobile UI Components built on Vue
  • [x] PWA Nuxt Progressive Web Apps solution
  • [x] API Manage RESTful API management
  • [x] breadcrumb
  • [x] Cypress

⬆ Back to Top

Inspiration

⬆ Back to Top

Demo

Nuxt-Admin

  • tenantId admin
  • account admin
  • password abcd1234

run local dev server

# white a .env file in root
API_SERVER=https://mockapi.eolinker.com/IeZWjzy87c204a1f7030b2a17b00f3776ce0a07a5030a1b
APP_ID=1204701543597604893

Links

Usage

Make sure you have npx installed (npx is shipped by default since npm 5.2.0)

One-off usage via npx:

npx @femessage/create-nuxt-app [my-project] -t [template]

Global install:

yarn global add @femessage/create-nuxt-app

Help text:

npx @femessage/create-nuxt-app -h

Usage:
  create-nuxt-app [options]

Options:
  -t, --template <template>  create a preset template
  -l, --list                 the list of preset template
  -a, --all                  generate all preset template
  -o, --output <output>      the output path of the generator
  -h, --help                 Display this message
  -v, --version              Display version number

preview

⬆ Back to Top

Frameworks

Admin

npx @femessage/create-nuxt-app -t admin

nuxt-admin

An PC admin template

Default account admin admin abcd1234

Mobile

npx @femessage/create-nuxt-app -t mobile

⬆ Back to Top

Developer Guide

Please check out developer guide.

⬆ Back to Top

Contributors

Thanks goes to these wonderful people (emoji key):

This project follows the all-contributors specification. Contributions of any kind welcome!

⬆ Back to Top

License

MIT

⬆ Back to Top