Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@fees/builds

Package Overview
Dependencies
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fees/builds

### WHY

latest
npmnpm
Version
1.0.63
Version published
Maintainers
1
Created
Source

FEE Building Devops

WHY

  • vue-cli too complex and less supported

  • webpack too complex and just wanna start coding

  • create-react-app not transparent to understand

  • All I want to it to be hackable, do what ever I wanna

Features:

  • Simple, Convention, Best Practice, Configurable, Transparent

  • Both ES6 and Typescript are supported

  • Both React and Vue are supported

  • Jest Easy

  • Linter for scripts and styles

  • Auto formatter

  • git hooks

Development configuration

  • prettier, eslint, stylelint, browserslist integrated with package.json

  • tsconfig.json, tslint.json placed in the root

  • .babelrc.js and .postcssrc.js is optional

  • .babelrc.js is required when jest.config.js

Developing

SET UP

yarn add --dev @fees/builds

then you have a command fees-cli

CODE STRUCTURE

All source code placed in src directory

All tests placed in tests

A index.(jsx?|tsx?) in the src as entry file

SERVE FOR DEVELOPMENT

Start a dev server

fees-cli serve --host 0.0.0.0 --port 1995 --pwa --open

BUILD FOR PRODUCTION

Bundle all sources to a publicPath

fees-cli build --public-path /

FAQs

Package last updated on 25 Apr 2018

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